Ignore all generated JS bundles, preview-mode flag, generated _config.yml, and most editor temp files.

This commit is contained in:
Jon Frisby 2013-02-20 11:27:33 -08:00
parent f64fa33d69
commit 72283fd58d

6
.gitignore vendored
View File

@ -1,5 +1,7 @@
.bundle .bundle
.DS_Store .DS_Store
*.sw[mnop]
*~
.sass-cache .sass-cache
.gist-cache .gist-cache
.pygments-cache .pygments-cache
@ -9,7 +11,9 @@ sass.old
source.old source.old
source/_stash source/_stash
source/stylesheets/screen.css source/stylesheets/screen.css
source/javascripts/octopress.min.js source/javascripts/*.min.js
source/images/icon-*.png source/images/icon-*.png
vendor vendor
node_modules node_modules
/.preview-mode
/_config.yml