.gitignore 575 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, built with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. # Dependency directories (remove the comment below to include it)
  12. # vendor/
  13. # macOS specific files
  14. *.DS_Store
  15. # IDE specific files
  16. .idea/
  17. .vscode/
  18. # Archive files
  19. *.zip
  20. *.tar.gz
  21. # Binaries
  22. xray
  23. xray_softfloat
  24. mockgen
  25. vprotogen
  26. !infra/vprotogen/
  27. errorgen
  28. !common/errors/errorgen/
  29. *.dat
  30. # Build assets
  31. /build_assets
  32. # Output from dlv test
  33. **/debug.*
  34. # Certificates
  35. *.crt
  36. *.key