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 e79ebb6 commit 63bb8e5Copy full SHA for 63bb8e5
.dockerignore
@@ -2,6 +2,8 @@
2
**/.dockerignore
3
**/.env
4
**/.git
5
+**/.github
6
+**/.gitattributes
7
**/.gitignore
8
**/.project
9
**/.settings
@@ -14,17 +16,13 @@
14
16
**/azds.yaml
15
17
**/bin
18
**/charts
-**/docker-compose*
-**/Dockerfile*
19
+**/*docker-compose*
20
+**/*Dockerfile*
21
**/node_modules
22
**/npm-debug.log
23
**/obj
24
**/secrets.dev.yaml
25
**/values.dev.yaml
26
+**/*.md
27
+**/src/AzzyBot
28
LICENSE
-README.md
-!**/.gitignore
-!.git/HEAD
-!.git/config
29
-!.git/packed-refs
30
-!.git/refs/heads/**
0 commit comments