mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-06 16:32:41 +00:00
* Add support for zstd compression * Update whats_new.md * Add benchmarks for Compress middleware --------- Co-authored-by: RW <rene@gofiber.io>
37 lines
385 B
Plaintext
37 lines
385 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/ |