mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
19 lines
247 B
Plaintext
19 lines
247 B
Plaintext
# Ignore build outputs in host directories
|
|
host/*/*.html
|
|
host/*/*.png
|
|
host/*/*.pdf
|
|
host/*/from_client/
|
|
host/*/config.json
|
|
host/*/submission_form.txt
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
tmp*/
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|
|
imports/*.json
|