mirror of
https://github.com/gofiber/fiber.git
synced 2025-09-04 19:35:47 +00:00
Co-authored-by: sixcolors <6501251+sixcolors@users.noreply.github.com> Co-authored-by: ReneWerner87 <7063188+ReneWerner87@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Jason McNeil <sixcolors@mac.com> Co-authored-by: RW <rene@gofiber.io>
40 lines
405 B
Plaintext
40 lines
405 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
*.tmp
|
|
|
|
# Output of the go coverage tool
|
|
**/*.out
|
|
|
|
# IDE files
|
|
.vscode
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Misc
|
|
*.fiber.gz
|
|
*.fiber.zst
|
|
*.fiber.br
|
|
*.fasthttp.gz
|
|
*.fasthttp.zst
|
|
*.fasthttp.br
|
|
*.test.gz
|
|
*.test.zst
|
|
*.test.br
|
|
*.pprof
|
|
*.workspace
|
|
|
|
# Dependencies
|
|
/vendor/
|
|
vendor/
|
|
vendor
|
|
/Godeps/
|
|
|
|
# Local tools
|
|
bin/ |