Files
wona.github.com/.gitignore
2025-06-27 07:30:50 +05:30

27 lines
279 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