Files
KArtSell.Aegis/.gitignore
T
kjh2064 884b64c34b chore: Add log files and artifacts to .gitignore
- Ignore *.log, host*.log files
- Ignore artifacts/ directory
- Prevent accidental commit of runtime logs

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-02 17:49:40 +09:00

16 lines
169 B
Plaintext

**/bin/
**/obj/
frontend/node_modules/
frontend/dist/
frontend/.env.local
.playwright/
TestResults/
*.user
*.suo
.DS_Store
__pycache__/
*.pyc
*.log
host*.log
artifacts/