28 lines
325 B
Plaintext
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
|