We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb4dd8 commit 96de1a0Copy full SHA for 96de1a0
1 file changed
.dockerignore
@@ -1,8 +1,24 @@
1
-**/obj
+**/.classpath
2
+**/.dockerignore
3
+**/.env
4
+**/.git
5
+**/.github
6
+**/.gitignore
7
+**/.circleci
8
+**/.project
9
+**/.settings
10
+**/.toolstarget
11
+**/.vs
12
+**/.vscode
13
+**/*.*proj.user
14
+**/*.dbmdl
15
+**/*.jfm
16
+**/azds.yaml
17
**/bin
-.vs
-.git
-.gitignore
-.circleci
-Dockerfile
18
+**/charts
19
+**/docker-compose*
20
+**/Dockerfile*
21
+**/obj
22
+**/*.md
23
+LICENSE
24
**/TestResults
0 commit comments