forked from bomctl/bomctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (50 loc) · 978 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Ignore everything
*
# Whitelist patterns anchored to project root
!/.adr-dir
!/.commitlint.yaml
!/.editorconfig
!/.gitattributes
!/.github/dependabot.yml
!/.github/PULL_REQUEST_TEMPLATE.md
!/.github/sbom_metadata/metadata.cyclonedx.json
!/.github/sbom_metadata/metadata.spdx.json
!/.github/scripts/*.sh
!/.github/workflows/*.yml
!/.golangci.yml
!/.goreleaser.yml
!/.markdownlint.yml
!/.markdownlintignore
!/.pre-commit-config.yaml
!/.taskfiles/*.yml
!/.vscode/adr.code-snippets
!/.vscode/extensions.json
!/.vscode/header.code-snippets
!/.vscode/launch.json
!/.vscode/settings.json
!/.vscode/tasks.json
!/.yamllint
!/docs/**/*.md
!/docs/images/*.png
!/docs/images/*.svg
!/internal/e2e/**/*.txtar
!/Taskfile.yml
# Whitelist patterns found anywhere in project
!.gitignore
!*.go
!**/testdata/**
!CODE_OF_CONDUCT.md
!CODEOWNERS
!CONTRIBUTING.md
!COPYRIGHT.md
!DEVELOPMENT.md
!Dockerfile
!go.mod
!go.sum
!LICENSE
!MAINTAINERS.md
!Makefile
!README.md
!ROADMAP.md
!SECURITY.md
!*/