All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 6m23s
37 lines
406 B
Plaintext
37 lines
406 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Next.js build output (rebuilt in Docker)
|
|
.next
|
|
|
|
# Local env files (pass secrets via Docker env, not baked into image)
|
|
.env.local
|
|
.env*.local
|
|
|
|
# Dev / editor artifacts
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
.vscode
|
|
.idea
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Data directories (mounted as volumes)
|
|
data
|
|
mc-data
|
|
backups
|
|
|
|
# Test / CI
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
*.tsbuildinfo
|