-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (40 loc) · 994 Bytes
/
.gitignore
File metadata and controls
51 lines (40 loc) · 994 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
# Generated from kubebuilder template:
# https://github.com/kubernetes-sigs/kubebuilder/blob/v4.11.1/pkg/plugins/golang/v4/scaffolds/internal/templates/gitignore.go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/*
Dockerfile.cross
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Coverage reports from `make test-cover`
out/coverage.html
out/coverage.txt
# Go workspace file
go.work
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# Python
__pycache__/
*.pyc
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
# Kubeconfig might contain secrets
*.kubeconfig
# MkDocs generated site
site/
site-src/reference/index.md
.venv-mkdocs/
# Do not set GOMODCACHE/GOCACHE to these paths; a module cache inside the repo
# can break controller-gen (paths=./...) and produce spurious missing go.sum errors.
.gomodcache/
.gocache/