aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjamestwebber <jamestwebber@gmail.com>2014-01-25 17:10:41 -0800
committerjamestwebber <jamestwebber@gmail.com>2014-01-25 17:10:41 -0800
commit286acf371b1af9e856efa6e2dfaff99c600a85eb (patch)
treeb64753903d4e524092eb62e97f6596361df39681 /.gitignore
parent8b8cc607d4e02ca51c4256175b9cc861f75b70e3 (diff)
downloadfreenode-live-2017-presentation-286acf371b1af9e856efa6e2dfaff99c600a85eb.tar
freenode-live-2017-presentation-286acf371b1af9e856efa6e2dfaff99c600a85eb.tar.gz
Add generated css and js to gitignore
I found it nice to ignore these files, they are automatically generated anyway (i.e. reveal.min.js always has the date of minify-ing, which I don't want to commit all the time). Should just track the source unless there is a good reason to hand-curate these versions.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9ffdbc7..b08a79b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,7 @@
log/*.log
tmp/**
node_modules/
-.sass-cache \ No newline at end of file
+.sass-cache
+css/reveal.min.css
+css/themes/*.css
+js/reveal.min.js