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.
master
Hugo Locurcio 2020-09-29 17:25:35 +02:00 committed by GitHub
parent 8b39681447
commit 9ef772171f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

7
.gitignore vendored
View File

@ -1,8 +1,7 @@
*~
_site/
.sass-cache/
.jekyll-cache/
.bundle/
node_modules/
vendor/
.jekyll-metadata
*.patch
vendor
.bundle