.gitignore 359 B

1234567891011121314151617181920212223242526272829303132
  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, specifically when used with LiteIDE
  11. *.out
  12. coverage.html
  13. # IDE files
  14. .vscode
  15. .DS_Store
  16. .idea
  17. # Misc
  18. *.fiber.gz
  19. *.fasthttp.gz
  20. *.pprof
  21. *.workspace
  22. .claude
  23. # Dependencies
  24. /vendor/
  25. vendor/
  26. vendor
  27. /Godeps/