ci: add dockerignore
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
node_modules
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
.dockerignore
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
LICENSE
|
||||
.vscode
|
||||
Makefile
|
||||
helm-charts
|
||||
.env
|
||||
.dev.vars
|
||||
.editorconfig
|
||||
.idea
|
||||
coverage*
|
||||
@@ -4,4 +4,5 @@ coverage
|
||||
node_modules
|
||||
bun.lockb
|
||||
.prettierignore
|
||||
.gitignore
|
||||
.gitignore
|
||||
Dockerfile
|
||||
Reference in New Issue
Block a user