Files
BoxBrain/.npmignore
2026-05-16 22:36:46 +09:00

28 lines
325 B
Plaintext

# Dependency and build cache directories
node_modules/
.bun/
# Source, tests, and local development files
src/
tests/
scripts/
coverage/
tsconfig.json
bun.lock
# Repository and CI metadata
.git/
.gitea/
.gitignore
# Local runtime data and secrets
.data/
.hermes/
.env
.env.*
!.env.example
*.log
# Package artifacts
*.tgz