Skip to content

Commit 1aa5304

Browse files
committed
Ignore generated repository artifacts
1 parent 9e99c3a commit 1aa5304

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

.gitignore

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3-
debug
4-
target
3+
debug/
4+
target/
5+
**/target/
56

67
# These are backup files generated by rustfmt
78
**/*.rs.bk
89

910
# MSVC Windows builds of rustc generate these, which store debugging information
1011
*.pdb
1112

13+
# Rust coverage and profiling artifacts
14+
coverage/
15+
tarpaulin-report.html
16+
cobertura.xml
17+
lcov.info
18+
*.profraw
19+
*.profdata
20+
criterion/
21+
1222
# Generated by cargo mutants
1323
# Contains mutation testing data
1424
**/mutants.out*/
@@ -26,6 +36,11 @@ target
2636
# Development configs (may contain secrets)
2737
config/dev/*.kubeconfig
2838
config/dev/*-secret.yaml
39+
.kube/
40+
kubeconfig
41+
kubeconfig-*
42+
*.kubeconfig
43+
kind-*.yaml
2944

3045
# AI Agent & Planning Artifacts
3146
.claude/
@@ -72,4 +87,10 @@ results/
7287

7388
# Helm rendered manifests — regenerate with: helm template stellar-operator charts/stellar-operator
7489
rendered/
75-
rendered-manifests.yaml
90+
rendered-manifests.yaml
91+
92+
# Generated shell completions and Helm dependency/package artifacts
93+
completions/
94+
charts/**/charts/
95+
charts/**/Chart.lock
96+
charts/**/*.tgz

0 commit comments

Comments
 (0)