github.com/kyma-project/kyma/components/asset-store-controller-manager@v0.0.0-20191203152857-3792b5df17c5/.gitignore (about) 1 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 bin 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 16 # Kubernetes Generated files - skip generated files, except for vendored files 17 18 !vendor/**/zz_generated.* 19 20 # editor and IDE paraphernalia 21 .idea 22 *.swp 23 *.swo 24 *~