-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (54 loc) · 1.08 KB
/
Copy path.gitignore
File metadata and controls
63 lines (54 loc) · 1.08 KB
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
### Go ###
# Compiled binaries and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Coverage and profiling output
*.out
/profile.cov
/coverage.txt
# Go workspace file
go.work
go.work.sum
/vendor/
### Helm ###
# Packaged chart dependencies
**/charts/*.tgz
### Terraform ###
# Local state and provider plugins for the cloud test fixtures under test/
**/.terraform/*
*.tfstate
*.tfstate.*
crash.log
crash.*.log
.terraformrc
terraform.rc
# Variable files tend to carry credentials. The one under test/terraform is
# already tracked and does not, so this only guards new ones.
*.tfvars
# Override files are local by convention and are not meant to be shared.
override.tf
override.tf.json
*_override.tf
*_override.tf.json
### Editors and OS ###
.idea/
.vscode/
.history/
.DS_Store
### Local agent instructions ###
# The shared guide is AGENTS.md; these are per-machine overrides.
CLAUDE.local.md
AGENTS.local.md
GEMINI.local.md
.claude/
### Build and task output ###
/dist
/.task
# Generated by scripts/completions.sh during the release build
/completions
_work/