Skip to content

Commit 057e26e

Browse files
committed
ignore
1 parent cb6a75e commit 057e26e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.com
2+
*.class
3+
*.dll
4+
*.exe
5+
*.o
6+
*.so
7+
*.7z
8+
*.dmg
9+
*.gz
10+
*.iso
11+
*.jar
12+
*.rar
13+
*.tar
14+
*.zip
15+
*.log
16+
*.sql
17+
*.sqlite
18+
.DS_Store
19+
.DS_Store?
20+
._*
21+
.Spotlight-V100
22+
.Trashes
23+
ehthumbs.db
24+
Thumbs.db
25+
node_modules
26+
bower_components

0 commit comments

Comments
 (0)