.gitignore 336 B

123456789101112131415161718192021222324252627282930
  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. # IDE files
  13. .vscode
  14. .DS_Store
  15. .idea
  16. # Misc
  17. *.fiber.gz
  18. *.fasthttp.gz
  19. *.pprof
  20. *.workspace
  21. # Dependencies
  22. /vendor/
  23. vendor/
  24. vendor
  25. /Godeps/