| Giorgi Lekveishvili | 0048a78 | 2023-06-20 18:32:21 +0400 | [diff] [blame^] | 1 | # Binaries for programs and plugins |
| 2 | *.exe | ||||
| 3 | *.exe~ | ||||
| 4 | *.dll | ||||
| 5 | *.so | ||||
| 6 | *.dylib | ||||
| 7 | |||||
| 8 | # Test binary, build with `go test -c` | ||||
| 9 | *.test | ||||
| 10 | /_test/ | ||||
| 11 | /apiserver.local.config/ | ||||
| 12 | /_out/ | ||||
| 13 | |||||
| 14 | # Output of the go coverage tool, specifically when used with LiteIDE | ||||
| 15 | *.out | ||||
| 16 | |||||
| 17 | # Ignore the built binary | ||||
| 18 | cert-manager-webhook-gandi | ||||
| 19 | |||||
| 20 | # Ignore the Helm chart | ||||
| 21 | /charts/ | ||||
| 22 | |||||
| 23 | # JetBrains | ||||
| 24 | .idea | ||||
| 25 | |||||
| 26 | # Nix | ||||
| 27 | .envrc | ||||