Skip to content

Commit 9b69ada

Browse files
committed
Add stuff from .gitignore to .dockerignore, including config.py
1 parent 476291b commit 9b69ada

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .dockerignore

+14
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ projects
44
rpm
55
topology
66
virtual-organizations
7+
8+
# copied from .gitignore
9+
pip-selfcheck.json
10+
__pycache__
11+
*-auth.xml
12+
src/*.pyc
13+
src/webapp/*.pyc
14+
src/config.py
15+
*/.DS_Store
16+
.vscode
17+
18+
docker/secrets
19+
docker/config.py
20+
docker/config-webhook.py

0 commit comments

Comments
 (0)