Skip to content

Commit 192c364

Browse files
committed
updated .gitignore
1 parent 8244a52 commit 192c364

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.gitignore

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
node_modules
2-
astroViteConfigs.js
3-
demo/dist
1+
# dependencies
2+
node_modules/
3+
4+
# build output
5+
dist/
6+
7+
# logs
8+
*.log
9+
10+
# npm
11+
package-lock.json
12+
13+
# macOS-specific files
14+
.DS_Store
15+
16+
# env
17+
*.env
18+
19+
# astro-imagetools
20+
packages/astro-imagetools/astroViteConfigs.js

0 commit comments

Comments
 (0)