Skip to content

Commit 96de1a0

Browse files
committed
🐳 Ignore a a broader set of files and paths
1 parent 7bb4dd8 commit 96de1a0

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

.dockerignore

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
**/obj
1+
**/.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
217
**/bin
3-
.vs
4-
.git
5-
.gitignore
6-
.circleci
7-
Dockerfile
18+
**/charts
19+
**/docker-compose*
20+
**/Dockerfile*
21+
**/obj
22+
**/*.md
23+
LICENSE
824
**/TestResults

0 commit comments

Comments
 (0)