Files
filezzy-staging/.gitignore
2026-02-04 14:16:04 +01:00

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