github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.dll 4 *.so 5 *.dylib 6 7 # Test binary, build with `go test -c` 8 *.test 9 10 # Output of the go coverage tool, specifically when used with LiteIDE 11 *.out 12 13 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 14 .glide/ 15 16 bin/ 17 pkg/ 18 src/ 19 certs/ 20 Dockerfile.tmp 21 clusters 22 23 *.log 24 25 26 #Autogenerated licenses manifest 27 licenses.manifest 28 registry.yaml 29 .ignore 30 .envrc 31 examples/azure/kustomization.yaml 32 user-data-bootlogs* 33 installer 34 minio-user-data-bootlogs* 35 rabbitmq-user-data-bootlogs* 36 install_custom.sh 37 host-user-data-* 38 .direnv 39 cmd/runner/runner 40 gpu-inventory 41 vendor/github.com/golang/protobuf/ptypes/wrappers/ 42 vendor/google.golang.org/protobuf/ 43 internal/gen