first build commit
This commit is contained in:
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# Dependencies (rebuilt inside Docker)
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
|
||||
# Next.js build output (rebuilt inside Docker)
|
||||
.next
|
||||
out
|
||||
|
||||
# Environment files (injected at runtime via Docker Compose)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Version control
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
*.log
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# TypeScript build cache
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user