Skip to content

Commit 04999a3

Browse files
committed
Add .gitignore file
1 parent 8c6b2e8 commit 04999a3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
node_modules
2+
3+
package-lock.json
4+
5+
.DS_Store
6+
.env.local
7+
.env.development.local
8+
.env.test.local
9+
.env.production.local
10+
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*

0 commit comments

Comments
 (0)