29 lines
305 B
Plaintext
29 lines
305 B
Plaintext
# Build metadata and VCS noise
|
|
.git
|
|
.github
|
|
.codex
|
|
.specify
|
|
configs
|
|
node_modules/
|
|
coverage/
|
|
logs
|
|
storage
|
|
*.log*
|
|
*.out
|
|
|
|
# Local configs or secrets
|
|
.env*
|
|
config.toml
|
|
config.*.toml
|
|
configs/*.toml
|
|
|
|
# Editor and tooling noise
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Tests and docs not needed at runtime
|
|
/specs
|
|
/tests
|