chore: add .gitignore for Jekyll project

This commit is contained in:
natrasta2_Dev 2025-11-25 10:59:33 +01:00
parent 1b925c755d
commit 88ee0ad51a
1 changed files with 41 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@ -0,0 +1,41 @@
# Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
.bundle/
vendor/
Gemfile.lock
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp