Merge pull request #1043 from MrJoy/gitignore_cleanup

Ignore all generated JS bundles, preview-mode flag, generated _config.yml, and most editor temp files.
This commit is contained in:
Parker Moore 2013-02-21 16:23:52 -08:00
commit b9971676b3

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