Skip to content

Commit 18e1c38

Browse files
author
John Dutchover
committed
update .dockerignore
1 parent 7128151 commit 18e1c38

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

app/.dockerignore

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,27 @@
33
**/Thumbs.db
44

55
# Common Development Tools
6-
**/.vscode/*
7-
**/.idea
6+
**/.vscode/
7+
**/.idea/
88

99
# Python Artifacts
10-
**/__pycache__
10+
**/__pycache__/
1111
**/*.py[cod]
12-
**/.venv
13-
**/env
14-
**/venv
12+
**/.venv/
13+
**/env/
14+
**/venv/
1515

1616
# Build Artifacts
17-
**/build
18-
**/dist
17+
**/build/
18+
**/dist/
19+
**/*.egg-info/
1920

2021
# Temporary Files
2122
**/*~
22-
**/.tmp
23+
**/.tmp/
2324

2425
# Version Control
25-
**/.git
26+
**/.git/
2627

2728
# SSH Keys
2829
**/**/.ssh/id_*
@@ -31,4 +32,8 @@
3132
# Makefile
3233
Makefile
3334

35+
# Configuration Files
36+
*.dockerignore
37+
.dockerignore
38+
3439
# End of file

0 commit comments

Comments
 (0)