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