28 lines
349 B
Plaintext
28 lines
349 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
bin/
|
|
|
|
# Vscode files
|
|
.vscode/
|
|
__debug_bin
|
|
|
|
log/
|
|
cache/
|
|
tmp/
|
|
testbin/
|
|
karmadaConfig/ |