Skip to content

Commit 5fcb9a3

Browse files
Add .gitignore to ignore node_modules
1 parent 56ce48a commit 5fcb9a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Node.js dependencies
2+
node_modules/
3+
4+
# Logs
5+
npm-debug.log*
6+
yarn-debug.log*
7+
yarn-error.log*
8+
9+
# OS files
10+
.DS_Store
11+
Thumbs.db
12+
13+
# Optional: env files
14+
.env

0 commit comments

Comments
 (0)