Skip to content

Commit 38177a7

Browse files
Fix .dockerignore (#374)
1 parent f22a1bc commit 38177a7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.dockerignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
# Ignore all
12
*
23

4+
# Add build files
35
!Makefile
46
!pyproject.toml
57
!poetry.lock
68
!README.md
7-
!src/dipdup/
89
!inject_pyproject.sh
910

10-
__pycache__
11-
*.pyc
12-
*.pyo
13-
*.pyd
11+
# Add code
12+
!src/dipdup/
13+
14+
# Ignore caches
15+
**/.mypy_cache
16+
**/__pycache__

0 commit comments

Comments
 (0)