18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
# Dependencies and builds
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Env with secrets (use Coolify env vars; env.staging.example is the template)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs and OS
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|