2020-04-27 19:09:07 +08:00
|
|
|
# Temporary files
|
|
|
|
*~
|
|
|
|
*#
|
|
|
|
.#*
|
|
|
|
coverage.txt
|
2015-09-28 04:27:37 +08:00
|
|
|
|
2020-04-27 19:09:07 +08:00
|
|
|
# Vendors
|
|
|
|
package-lock.json
|
|
|
|
node_modules/
|
|
|
|
vendor/
|
2015-08-25 00:37:56 +08:00
|
|
|
|
2020-04-27 19:09:07 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
dist/
|
|
|
|
gin-bin
|
2015-08-25 00:37:56 +08:00
|
|
|
*.exe
|
2020-04-27 19:09:07 +08:00
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
2015-08-25 00:37:56 +08:00
|
|
|
*.test
|
2020-04-27 19:09:07 +08:00
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|