github.com/kubeshop/testkube@v1.17.23/contrib/executor/soapui/.gitignore (about) 1 ### Go template 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 9 # Test binary, built with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 testCoverage.html 15 16 # Dependency directories (remove the comment below to include it) 17 vendor/ 18 19 ### JetBrains 20 .idea 21 *.iml 22 23 ### VS Code 24 .vscode/ 25 26 # Helm 27 Chart.lock 28 29 .DS_Store 30 bin/ 31 site 32 dist/