We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb05c3 commit acaf1d2Copy full SHA for acaf1d2
.dockerignore
@@ -165,3 +165,27 @@ yarn-error.log*
165
# typescript
166
*.tsbuildinfo
167
next-env.d.ts
168
+
169
+**/.dockerignore
170
+**/.env
171
+**/.git
172
+**/.gitignore
173
+**/.project
174
+**/.settings
175
+**/.toolstarget
176
+**/.vs
177
+**/.vscode
178
+**/.idea
179
+**/*.*proj.user
180
+**/*.dbmdl
181
+**/*.jfm
182
+**/azds.yaml
183
+**/bin
184
+**/charts
185
+**/docker-compose*
186
+**/Dockerfile*
187
+**/node_modules
188
+**/npm-debug.log
189
+**/obj
190
+**/secrets.dev.yaml
191
+**/values.dev.yaml
0 commit comments