forked from gardener/etcd-druid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (52 loc) · 850 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
54
55
56
57
58
59
60
61
62
63
64
/args
/bin
/.kube-secrets
/tmp/*
/dev
/vendor
*.test
default.etcd*
default.bkp*
*.coverprofile
/cover.out
*coverprofile.out
*.html
.ignore
*~
./etcd-druid
TODO
.vagrant
config.ign.merged
config.img
config.vmdk
hack/e2e-test/infrastructure/overlays/gcp/common/assets
hack/e2e-test/infrastructure/kind/kubeconfig
/test/integration/resources/charts/*
/test/integration/resources/repository/cache
/test/integration/resources/shoots
# Virtual go & fuse
.virtualgo
.fuse_hidden*
.cache_ggshield
.gitguardian.yaml
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# gosec
gosec-report.sarif
# env file
.env
# code editor ignores
.vscode
.idea
.DS_Store
# hack tools binaries and generated configurations
/hack/tools/bin/*
/hack/kind/*
api/hack/tools/bin/*
# generated/copied chart resources
charts/pki-resources/*
charts/crds/*