-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (28 loc) · 743 Bytes
/
.gitignore
File metadata and controls
35 lines (28 loc) · 743 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
.idea/
.vscode/
WORKSPACE
.DS_Store
# don't check in the build output of the book
docs/book/book/
# ignore auto-generated dir by `mdbook serve`
docs/book/src/docs
# Editor temp files
*~
\#*#
*.swp
# skip bin dirs
**/bin
**/testbin
# skip GoReleaser dist directory (root level only, not testdata)
/dist
# skip .out files (coverage tests)
*.out
# skip testdata go.sum, since it may have
# different result depending on go version
/testdata/**/go.sum
/docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/bin
/testdata/**legacy**
## Skip testdata files that generate by tests using TestContext
**/e2e-*/**
# Optional rendered chart output (e.g. from make yamllint-helm when debugging)
testdata/.helm-rendered.yaml