Files
wona.github.com/.gitignore
2025-06-27 22:05:52 +05:30

28 lines
280 B
Plaintext

_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