-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
66 lines (47 loc) · 823 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
# binaries are the path to darkness
*.tgz
*.zip
# 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.*
cmd/bass/bass
# created by tests, don't want it committed
pkg/runtimes/testdata/memo/bass.lock
# 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
# sqlite databases
*.db
# the entire planet
node_modules
# hey bud
bud
# bundix
.rubby/bundle/