This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
.next
|
||||
|
||||
# Local environment variables
|
||||
.env.local
|
||||
|
||||
# PNPM specific
|
||||
# pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user