mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 14:15:04 -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
|
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user