Skip to content

Commit b7dfef0

Browse files
committed
Added git ignore list
1 parent 900962c commit b7dfef0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Node
2+
node_modules/
3+
npm-debug.log
4+
5+
# OS
6+
.DS_Store
7+
.DS_Store?
8+
._*
9+
.Spotlight-V100
10+
.Trashes
11+
ehthumbs.db
12+
Thumbs.db
13+
14+
# Typings
15+
typings/

0 commit comments

Comments
 (0)