github.com/argoproj-labs/argocd-operator@v0.10.0/.gitignore (about) 1 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 /bin 9 testbin/* 10 11 # Test binary, build with `go test -c` 12 *.test 13 14 # Output of the go coverage tool, specifically when used with LiteIDE 15 *.out 16 17 # Kubernetes Generated files - skip generated files, except for vendored files 18 19 vendor/ 20 !vendor/**/zz_generated.* 21 22 # editor and IDE paraphernalia 23 .idea 24 *.swp 25 *.swo 26 *~ 27 .vscode 28 29 # transient build artifacts 30 build/_output 31 32 kubeconfig 33 kuttl-test.json 34 e2e.json 35 36 # Desktop Services Store in macOS system 37 .DS_Store