From 286acf371b1af9e856efa6e2dfaff99c600a85eb Mon Sep 17 00:00:00 2001 From: jamestwebber Date: Sat, 25 Jan 2014 17:10:41 -0800 Subject: [PATCH] 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. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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