Files
BIPMaterialManager/.gitignore
Misaka_Company 6ec422f357 docs: add UI flow analysis documentation and update gitignore
Add documentation for extractor start button and settings save button flows with detailed Mermaid diagrams. Also add logs directory to gitignore.

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

28 lines
258 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