2020-05-23 09:23:04 +02:00
|
|
|
# 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
|
2020-05-14 01:30:33 +07:00
|
|
|
.vscode
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
2020-05-23 09:23:04 +02:00
|
|
|
|
|
|
|
# Misc
|
2020-05-14 01:30:33 +07:00
|
|
|
*.fiber.gz
|
2020-06-06 07:28:30 +02:00
|
|
|
*.fasthttp.gz
|
2020-05-23 14:59:35 +02:00
|
|
|
*.pprof
|
2020-07-06 18:00:58 +02:00
|
|
|
*.workspace
|
2020-05-23 14:59:35 +02:00
|
|
|
|
2020-07-01 10:50:22 +02:00
|
|
|
# Dependencies
|
2020-05-23 14:59:35 +02:00
|
|
|
vendor
|