Skip to content

Commit 63bb8e5

Browse files
authored
Expand dockerignore
Signed-off-by: Sellara <147769367+Sella-GH@users.noreply.github.com>
1 parent e79ebb6 commit 63bb8e5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.dockerignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
**/.dockerignore
33
**/.env
44
**/.git
5+
**/.github
6+
**/.gitattributes
57
**/.gitignore
68
**/.project
79
**/.settings
@@ -14,17 +16,13 @@
1416
**/azds.yaml
1517
**/bin
1618
**/charts
17-
**/docker-compose*
18-
**/Dockerfile*
19+
**/*docker-compose*
20+
**/*Dockerfile*
1921
**/node_modules
2022
**/npm-debug.log
2123
**/obj
2224
**/secrets.dev.yaml
2325
**/values.dev.yaml
26+
**/*.md
27+
**/src/AzzyBot
2428
LICENSE
25-
README.md
26-
!**/.gitignore
27-
!.git/HEAD
28-
!.git/config
29-
!.git/packed-refs
30-
!.git/refs/heads/**

0 commit comments

Comments
 (0)