Skip to content

Commit 2452cad

Browse files
feat: this commit introduces .dockerignore to exclude unnecessary files from docker context
1 parent 9b90568 commit 2452cad

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.dockerignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
**/.vs
2+
**/.git
3+
4+
**/bin
5+
**/obj
6+
**/.vscode
7+
**/TestResults
8+
9+
*.user
10+
*.suo
11+
*.userosscache
12+
*.sln.docstates
13+
14+
Dockerfile
15+
README.md
16+
LICENSE

0 commit comments

Comments
 (0)