diff options
author | Eric Bidelman | 2012-04-06 16:26:23 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-06 16:26:23 -0700 |
commit | 321272492eaf2afe377a806ad666acdcb98ec658 (patch) | |
tree | c1b370981c9c4d7bceb58557c26bbacc0dbdd88e /.gitignore | |
parent | de7412e5f6f208cb07519038d4537cf5fe467031 (diff) | |
download | io-slides-remote-321272492eaf2afe377a806ad666acdcb98ec658.tar.gz |
Adding compass/sass. Fixing slide # logic. Fixing slide # at bottom off slide. Fixigin prettify logic when it is false
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 | ||