mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
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:
commit
b9971676b3
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user