Skip to content

Commit 1a55345

Browse files
authored
Update .dockerignore with latest venv changes (#159)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 4bb3d16 commit 1a55345

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.dockerignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/.*
12
**/.git
23
**/.gitignore
34
**/.github
@@ -9,6 +10,7 @@
910
**/.DS_Store
1011
**/.aof
1112
**/venv
13+
**/.venv
1214
**/env
1315
**/bin
1416
# **/docs we want to keep dje/templates/rest_framework/docs/
@@ -22,6 +24,7 @@ docs/
2224
**/*.egg-info
2325
**/*.log
2426
**/__pycache__
27+
**/.*cache
2528
*.pyc
2629
.dockerignore
2730
.readthedocs.yaml
@@ -30,6 +33,8 @@ docker.env
3033
Makefile
3134
Dockerfile
3235
README.rst
36+
CHANGELOG.rst
37+
CONTRIBUTING.rst
38+
MANIFEST.in
3339
docker-compose.yml
34-
fabfile.py
3540
pyvenv.cfg

0 commit comments

Comments
 (0)