Skip to content
Snippets Groups Projects
  • jamestwebber's avatar
    286acf37
    Add generated css and js to gitignore · 286acf37
    jamestwebber authored
    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.
    286acf37
    History
    Add generated css and js to gitignore
    jamestwebber authored
    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 111 B
.DS_Store
.svn
log/*.log
tmp/**
node_modules/
.sass-cache
css/reveal.min.css
css/themes/*.css
js/reveal.min.js