mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
32 lines
332 B
Plaintext
32 lines
332 B
Plaintext
allanime.xml
|
|
# Zola build output
|
|
/public/
|
|
|
|
# Zola cache and temp files
|
|
/.zola/
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# Node modules (if you use npm/yarn for assets)
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
|
|
# VSCode settings
|
|
.vscode/
|
|
|
|
# Editor swap files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Other OS generated files
|
|
Thumbs.db
|