File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
2737config /dev /* .kubeconfig
2838config /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
7489rendered /
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
You can’t perform that action at this time.
0 commit comments