mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Merge pull request #6 from PR0M3TH3AN/codex/create-.gitignore-rules
Add .gitignore rules for build outputs and temp files
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Ignore build outputs in host directories
|
||||||
|
host/*/*.html
|
||||||
|
host/*/*.png
|
||||||
|
host/*/*.pdf
|
||||||
|
host/*/from_client/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
tmp*/
|
||||||
|
|
||||||
|
# OS and editor files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
*~
|
||||||
|
*.swp
|
Reference in New Issue
Block a user