-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
68 lines (50 loc) · 911 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# binaries are the path to darkness
*.tar
*.tgz
*.zip
*.tar
# git worktree with wip branch
/wip
# idk
*.out
# misc debug logs
*.log
# guess
Session.vim
# directory for stashing build/test-time dependencies, e.g. buildkitd, runc,
# rootlesskit
/hack/buildkit/bin
# super secure
/secrets*
# coverage
cover.out
cover.html
# nix
/.direnv
/result
# compiled stuff
pkg/runtimes/bin/exe.*
!pkg/runtimes/bin/exe.invalid
cmd/bass/bass
# created by tests, don't want it committed
pkg/runtimes/testdata/*.tar
hack/cni-test/plugins/
iptables.rules
# created by docs, don't want it committed
docs/bass.lock
# for working on bass + its dependencies
go.work
go.work.sum
# secret env config for the v2 1Password CLI
*.env
# sometimes used for creds during dev
*.envrc
*.pem
# go profiling
*.prof
# go mod vendor dir for protobuf generation
hack/vendor
# generated demo videos
demos/*.mp4
# local builds
dist/