Improve .gitignore
(#208)
- Add Jekyll 4's `jekyll-cache/` folder. - Reorder to put directories first. - Remove entries not specific to the project in question. For those entries, a global gitignore entry should be used on the user's system instead.
This commit is contained in:
parent
8b39681447
commit
9ef772171f
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,8 +1,7 @@
|
|||||||
*~
|
|
||||||
_site/
|
_site/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
|
.jekyll-cache/
|
||||||
|
.bundle/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
vendor/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
*.patch
|
|
||||||
vendor
|
|
||||||
.bundle
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user