.gitignore 321 B

12345678910111213141516171819202122232425262728
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. bin/*
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # go mod vendor
  13. vendor
  14. # GoLand
  15. .idea/*
  16. # macOS file
  17. .DS_Store
  18. # test suite
  19. test/config/cache*
  20. /output
  21. .vscode/
  22. .fleet/