build(dockerignore): added docker ignore file
Ignore all files and directories not applicable to the build. MR !2
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Directories
|
||||||
|
.git/
|
||||||
|
.gitlab/
|
||||||
|
gitlab-ci/
|
||||||
|
test/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Files
|
||||||
|
.cz.yaml
|
||||||
|
.gitignore
|
||||||
|
.gitlab-ci.yml
|
||||||
|
.gitmodules
|
||||||
|
.markdownlint.json
|
||||||
|
*.md
|
Reference in New Issue
Block a user