.gitignore 304 B

1234567891011121314151617181920212223242526
  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. # IDE files
  12. .vscode
  13. .DS_Store
  14. .idea
  15. # Misc
  16. *.fiber.gz
  17. *.fasthttp.gz
  18. *.pprof
  19. *.workspace
  20. # Dependencies
  21. vendor