-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (44 loc) · 813 Bytes
/
.gitignore
File metadata and controls
51 lines (44 loc) · 813 Bytes
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
# Executables
*.exe
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.app
/*build*
!.buildkite
/dbuild
bin
artifacts/
_e2e_artifacts/
_e2e_with_flags_artifacts/
_e2e_unstable_artifacts/
_helm_e2e_artifacts/
alias/dog
operator/testbin/*
operator/cm-verifier
operator/*.tar.gz
operator/*-exit-code
operator/kubeconfig
operator/tests/_e2e_artifacts_v2/
operator/test-generator-chart/files/
operator/tests/_e2e_helm_artifacts_v2/
operator/tests/e2e-v2-helm/
*.idea
.DS_Store
# vim
.*.sw?
# direnv files
.direnv/
# task cache directory
.task/
# Go releaser artifacts
dist/
# Ignore depedencies
charts/*/charts/*.tgz
charts/*/*/charts/*.tgz
# Ignore gotestsum junit reports
charts/charts.xml
genpartial/genpartial.xml
genschema/genschema.xml
gotohelm/gotohelm.xml
pkg/pkg.xml
/result