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*
|
||||||
@@ -5,3 +5,4 @@ node_modules
|
|||||||
bun.lockb
|
bun.lockb
|
||||||
.prettierignore
|
.prettierignore
|
||||||
.gitignore
|
.gitignore
|
||||||
|
Dockerfile
|
||||||
Reference in New Issue
Block a user