Skip to content

Commit d0a09ce

Browse files
this commit introduces ".dockerignore" file
1 parent 74d846a commit d0a09ce

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
**/appsettings.json
15+
**/appsettings.*.json
16+
17+
Dockerfile
18+
README.md
19+
LICENSE

0 commit comments

Comments
 (0)