mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Be more precise about what we ignore to avoid accidentally ignoring things.
(... for example, we might want a directory named source/vendor at some point to differentiate theme-provided JS/etc from user-provided...)
This commit is contained in:
parent
72579fe9cf
commit
db3d7f50aa
25
.gitignore
vendored
25
.gitignore
vendored
@ -2,18 +2,19 @@
|
||||
.DS_Store
|
||||
*.sw[mnop]
|
||||
*~
|
||||
.sass-cache
|
||||
.gist-cache
|
||||
.pygments-cache
|
||||
_deploy
|
||||
public
|
||||
sass.old
|
||||
source.old
|
||||
source/_stash
|
||||
source/stylesheets/screen.css
|
||||
source/javascripts/*.min.js
|
||||
source/images/icon-*.png
|
||||
vendor
|
||||
/.sass-cache
|
||||
/.gist-cache
|
||||
/.pygments-cache
|
||||
/_deploy
|
||||
/public
|
||||
/sass.old
|
||||
/source.old
|
||||
/source/_stash
|
||||
/source/stylesheets/screen.css
|
||||
/source/javascripts/*.min.js
|
||||
/source/images/icon-*.png
|
||||
/vendor
|
||||
/lib/vendor
|
||||
node_modules
|
||||
/.preview-mode
|
||||
/_config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user