Optimize .dockerignore
This commit is contained in:
parent
7b4b19485f
commit
866703d3aa
1 changed files with 6 additions and 0 deletions
|
@ -1,9 +1,15 @@
|
||||||
**/*.pyc
|
**/*.pyc
|
||||||
|
**/.*.swp
|
||||||
**/.coverage
|
**/.coverage
|
||||||
|
**/__pycache__
|
||||||
|
.dockerignore
|
||||||
.env
|
.env
|
||||||
|
.envrc
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.idea
|
||||||
.vagrant
|
.vagrant
|
||||||
|
Dockerfile
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
change-vmdebootstrap-default-dhcp.sh
|
change-vmdebootstrap-default-dhcp.sh
|
||||||
coverage-report
|
coverage-report
|
||||||
|
|
Loading…
Reference in a new issue