mirror of https://github.com/gofiber/fiber.git
Update .gitignore
Co-Authored-By: hendratommy <hendratommy@users.noreply.github.com>pull/399/head
parent
cf30ac812f
commit
932b3c61f6
|
@ -1,5 +1,21 @@
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# IDE files
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Misc
|
||||||
*.fiber.gz
|
*.fiber.gz
|
||||||
*.pprof
|
*.pprof
|
Loading…
Reference in New Issue