Initialisieren
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
# dependencies
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.*
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
out
|
||||
build
|
||||
|
||||
# git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# env files (pass secrets via docker-compose env_file / environment instead)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# docs and planning files (not needed inside the image)
|
||||
*.md
|
||||
*.csv
|
||||
|
||||
# editor/OS
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# docker itself
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
docker-compose.yml
|
||||
Reference in New Issue
Block a user