Преглед на файлове

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.
jamestwebber преди 11 години
родител
ревизия
286acf371b
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -3,4 +3,7 @@
 log/*.log
 tmp/**
 node_modules/
-.sass-cache
+.sass-cache
+css/reveal.min.css
+css/themes/*.css
+js/reveal.min.js