Skip to content

Commit 5b131ef

Browse files
committed
gitignore added
1 parent b473eec commit 5b131ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
build/
2+
dist/
3+
node_modules/
4+
.env.*
5+
!.env.local
6+
7+
# Ignore all files in the build directory
8+
build/
9+
10+
# Ignore all files in the dist directory
11+
dist/

0 commit comments

Comments
 (0)