github.com/codeready-toolchain/api@v0.0.0-20240507023248-73662d6db2c5/.gitignore (about) 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 11 # Output of the go coverage tool, specifically when used with LiteIDE 12 *.out 13 14 .idea/ 15 /vendor 16 /out 17 build/_output 18 # the 'config' (originally deploy) directory should not be committed: all generated CRD files should be dispatched in the 'host-operator' and 'member-operator' repositories 19 config 20 deploy 21 22 /bin 23 24 # The openapi-gen tool we use to generate OpenAPI types for the CRDs requires the GOPATH be set. 25 # We fake it in this directory so that we don't have to require the local environment to have that environment variable 26 # set. Let's ignore it so that it doesn't get accidentally committed. 27 /.fake-gopath