Add .gitignore for build outputs and temporary files

This commit is contained in:
thePR0M3TH3AN
2025-06-17 19:02:49 -04:00
parent b7da729011
commit 667e84a1ac

15
.gitignore vendored Normal file
View 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