24 lines
560 B
Plaintext
24 lines
560 B
Plaintext
node_modules/
|
|
dist/
|
|
packages/*/dist/
|
|
|
|
# Legacy local log directory (pre-.logging migration).
|
|
.logger/
|
|
|
|
# .logging/config.json is meant to be committed. Ignore runtime logs and any
|
|
# secret-bearing local files so they never enter version control.
|
|
.logging/logs.jsonl
|
|
.logging/worker-token.local
|
|
**/.logging/worker-token.local
|
|
.logging/*.local.json
|
|
.logging/*.secret.json
|
|
.logging/tokens*
|
|
|
|
*.tsbuildinfo
|
|
|
|
# Local compose overrides. .env.example is committable; .env is not (it may
|
|
# hold registry hosts/ports specific to this machine).
|
|
.env
|
|
.env.*
|
|
!.env.example
|