Spaces:
Configuration error
Configuration error
zack
commited on
Commit
•
5649180
1
Parent(s):
619d5ae
chore: update .gitignore file :pencil2:
Browse files- .gitignore +10 -0
.gitignore
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
node_modules/
|
2 |
+
.next/
|
3 |
+
.DS_Store
|
4 |
+
npm-debug.log*
|
5 |
+
yarn-debug.log*
|
6 |
+
yarn-error.log*
|
7 |
+
.env.local
|
8 |
+
.env.development.local
|
9 |
+
.env.test.local
|
10 |
+
.env.production.local
|