diff options
author | jamestwebber <jamestwebber@gmail.com> | 2014-01-25 17:10:41 -0800 |
---|---|---|
committer | jamestwebber <jamestwebber@gmail.com> | 2014-01-25 17:10:41 -0800 |
commit | 286acf371b1af9e856efa6e2dfaff99c600a85eb (patch) | |
tree | b64753903d4e524092eb62e97f6596361df39681 /.gitignore | |
parent | 8b8cc607d4e02ca51c4256175b9cc861f75b70e3 (diff) | |
download | fosdem-2018-presentation-286acf371b1af9e856efa6e2dfaff99c600a85eb.tar fosdem-2018-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-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |