aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Bidelman2012-04-06 16:26:23 -0700
committerEric Bidelman2012-04-06 16:26:23 -0700
commit321272492eaf2afe377a806ad666acdcb98ec658 (patch)
treec1b370981c9c4d7bceb58557c26bbacc0dbdd88e /.gitignore
parentde7412e5f6f208cb07519038d4537cf5fe467031 (diff)
downloadio-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--.gitignore38
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*
35ehthumbs.db
36Icon?
37Thumbs.db
38*~ \ No newline at end of file