14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
node_modules
|
|
.next
|
|
.turbo
|
|
dist
|
|
.git
|
|
*.log
|
|
|
|
# Exclude ALL .env files at any level (they contain localhost URLs)
|
|
.env
|
|
.env.*
|
|
**/.env
|
|
**/.env.*
|
|
!packages/database/.env.example
|