.gitignore 431 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. *.tmp
  10. # Output of the go coverage tool
  11. **/*.out
  12. .cache
  13. .gocache
  14. # IDE files
  15. .vscode
  16. .DS_Store
  17. .idea
  18. .claude
  19. # Misc
  20. *.fiber.gz
  21. *.fiber.zst
  22. *.fiber.br
  23. *.fasthttp.gz
  24. *.fasthttp.zst
  25. *.fasthttp.br
  26. *.test.gz
  27. *.test.zst
  28. *.test.br
  29. *.pprof
  30. *.workspace
  31. # Dependencies
  32. /vendor/
  33. vendor/
  34. vendor
  35. /Godeps/
  36. # Local tools
  37. bin/