Skip to content

Commit 8e1ae01

Browse files
author
Dale Kunce
committed
adding gitignore
1 parent 9289051 commit 8e1ae01

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Custom #
2+
###################
3+
4+
# Compiled source #
5+
###################
6+
*.com
7+
*.class
8+
*.dll
9+
*.exe
10+
*.o
11+
*.so
12+
13+
# Packages #
14+
############
15+
# it's better to unpack these files and commit the raw source
16+
# git has its own built in compression methods
17+
*.7z
18+
*.dmg
19+
*.gz
20+
*.iso
21+
*.jar
22+
*.rar
23+
*.tar
24+
*.zip
25+
26+
# Logs and databases #
27+
######################
28+
*.log
29+
*.sql
30+
*.sqlite
31+
32+
# OS generated files #
33+
######################
34+
.DS_Store
35+
.DS_Store?
36+
._*
37+
.Spotlight-V100
38+
.Trashes
39+
Icon?
40+
ehthumbs.db
41+
Thumbs.db
42+
.cache
43+
.project
44+
45+
# Project Files #
46+
#####################
47+
*.sublime-project
48+
*.sublime-workspace

0 commit comments

Comments
 (0)