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 5869c5b commit 6d152bdCopy full SHA for 6d152bd
.dockerignore
@@ -1,18 +1,20 @@
1
-.dockerignore
+/.dockerignore
2
+.DS_Store
3
# TODO: uncomment when applications no longer use git to get version information
4
#.git/
-.github/
5
-.gitignore
6
-.goreleaser.yml
+/.github/
+/.gitignore
7
+/.goreleaser.yml
8
/*.env*
-.golangci.yaml
9
-build/
10
-CONTRIBUTING.md
11
-Dockerfile
12
-docs/
13
-LICENSE*
14
-Makefile.maker.yaml
15
-README.md
16
-report.html
17
-shell.nix
+/.golangci.yaml
+/.vscode/
+/build/
+/CONTRIBUTING.md
+/Dockerfile
+/docs/
+/LICENSE*
+/Makefile.maker.yaml
+/README.md
18
+/report.html
19
+/shell.nix
20
/testing/
0 commit comments