chore: update .gitignore to exclude temp and system files

This commit is contained in:
officiallyutso
2025-06-27 07:30:50 +05:30
parent 6d3ee50584
commit 11af75583d
4 changed files with 196 additions and 145 deletions

29
.gitignore vendored
View File

@ -1,2 +1,27 @@
_site
.sass-cache
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore dependencies
vendor/
.bundle/
node_modules/
package-lock.json
yarn.lock
# Ignore system files
.DS_Store
Thumbs.db
# Ignore logs and temp files
*.log
*.tmp
*.swp
*.swo
# Ignore by editors/IDEs
.vscode/
.idea/
*.iml