Skip to content

Commit 639d6a0

Browse files
feature: this commit introduces the “.dockerignore” file with rules for ignoring common and sensitive files that do not need to go into the final application image.
1 parent c09cb34 commit 639d6a0

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)