summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAsvin Goel2016-07-21 12:09:08 +0200
committerGitHub2016-07-21 12:09:08 +0200
commitc1d94f1b60ccbd6e827eb26bd6429571e09ad418 (patch)
tree97d4939839a87f0688a59755871bdc2368b5856f /.gitignore
parentb7fcd71c9f9f3415902b2879f704ec5c4cfc4d41 (diff)
parent304b0292be05d387947481eee7060f67ab808b5b (diff)
Merge pull request #12 from hakimel/dev
Syncing to current version
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9ffdbc7..e7b4f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,13 @@
+.idea/
+*.iml
+*.iws
+*.eml
+out/
.DS_Store
.svn
log/*.log
tmp/**
node_modules/
-.sass-cache \ No newline at end of file
+.sass-cache
+css/reveal.min.css
+js/reveal.min.js \ No newline at end of file