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