Files
BIPMaterialManager/.gitignore
test f412e0e72c chore: ignore TypeScript build info files
Remove tsbuildinfo files from version control and add to .gitignore.
These are incremental compilation cache files that should be generated locally.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 15:08:54 +08:00

43 lines
454 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
# But keep config.template.yaml
!config.template.yaml
# nul
nul
# TypeScript incremental compilation cache
*.tsbuildinfo