Files
wona.github.com/.gitignore
2025-07-05 18:36:50 +05:30

25 lines
259 B
Plaintext

.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