diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85db507 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,38 @@ | |||
1 | # Compiled source # | ||
2 | ################### | ||
3 | *.com | ||
4 | *.class | ||
5 | *.dll | ||
6 | *.exe | ||
7 | *.o | ||
8 | *.so | ||
9 | *.pyc | ||
10 | *.min.css | ||
11 | #*.min.js | ||
12 | .sass-cache/* | ||
13 | |||
14 | # Packages # | ||
15 | ############ | ||
16 | # it's better to unpack these files and commit the raw source | ||
17 | # git has its own built in compression methods | ||
18 | *.7z | ||
19 | *.dmg | ||
20 | *.gz | ||
21 | *.iso | ||
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 | ehthumbs.db | ||
36 | Icon? | ||
37 | Thumbs.db | ||
38 | *~ \ No newline at end of file | ||