18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
# Per-package ignores live next to their package.json / Cargo.toml.
|
|
# This file only covers root-level artefacts.
|
|
|
|
# Local secrets / env overrides
|
|
deploy/.env
|
|
deploy/*.local.yaml
|
|
|
|
# Claude / editor / OS noise
|
|
.claude/
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generic build artefacts that may accidentally land at root
|
|
*.log
|