16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
# Catch-all for env files. Per-stack .gitignores also list these explicitly
|
|
# so they're protected even if a stack is copied out of the repo.
|
|
.env
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.*.local
|
|
|
|
# Runner state
|
|
**/data/
|
|
|
|
# Editor / OS junk
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|