Update .gitignore

This commit is contained in:
cactuzhead 2025-05-11 20:14:08 +01:00 committed by GitHub
parent 10885c77b0
commit 61b58caca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
.gitignore vendored
View file

@ -25,3 +25,13 @@ data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Ignore the default location of the built site, and caches and metadata generated by Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/