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