-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (39 loc) · 767 Bytes
/
.gitignore
File metadata and controls
47 lines (39 loc) · 767 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
bundle
cmd/installer/goods/bins/*
!cmd/installer/goods/bins/.placeholder
cmd/installer/goods/internal/bins/*
!cmd/installer/goods/internal/bins/.placeholder
cmd/installer/goods/images
.pre-commit-config.yaml
vendor
e2e/kots-release-install/license.yaml
/bin/
/build/
/output/
go.work
go.work.sum
.gocache
.gomodcache
/dev/build/
/local-dev/
*.tmp
.envrc
.DS_Store
.vscode
# Ignore preflight bundles generated during local dev
preflightbundle*
hack/release.tgz
hack/release
# Test binary, built with `go test -c`
*.test
# test coverage files
cover.out
# e2e test runs locally
e2e/playwright*.tar.gz
e2e/support-bundle*.tar.gz
# Local Netlify folder
.netlify
# Test web assets created during dryrun tests
tests/dryrun/web/
# Claude worktrees
.claude/worktrees/