Files
BIPMaterialManager/.gitignore
test e4a92e9be4 chore: ignore runtime config files and reorganize .gitignore
- Ignore *.yaml and *.yaml.backup files
- Reorganize sections with clear comments

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-07 14:17:49 +08:00

35 lines
331 B
Plaintext

node_modules
dist
out
.DS_Store
.eslintcache
*.log*
# AI Agent
.claude
# Environment
.env
# Test outputs
coverage/
downloads/
*.xlsx
*.parsed.json
# Test scripts (debug and manual)
tests/debug/
tests/manual/
test-*.mjs
test-*.js
compare_*.js
# logs
logs
# oh my opencode
.sisyphus
# Runtime config files
*.yaml
*.yaml.backup