forked from syntasso/kratix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (37 loc) · 795 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*
# Test binary, build with `go test -c`
*.test
# Debug binary created by Delve
__debug_bin
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
# Generated by make distribution - contains pointers to images
distribution/
charts/
# Generated by .goreleaser.yml - contains binaries released to GitHub
dist/*
.DS_Store
.vscode
values.yaml
destination-values.yaml
platform-values.yaml
.envrc
.image-cache/
cert.pem
key.pem
# Generated in `make distribution` and `make deploy`
config/manager/pipeline-adapter-config.properties