2020-01-15 20:00:59 +03:00
|
|
|
# Temporary files
|
|
|
|
*~
|
|
|
|
*#
|
|
|
|
.#*
|
|
|
|
coverage.txt
|
2018-09-13 02:54:44 +03:00
|
|
|
|
2020-01-15 20:00:59 +03:00
|
|
|
# Vendors
|
|
|
|
package-lock.json
|
|
|
|
node_modules/
|
|
|
|
vendor/
|
2016-12-12 21:23:47 +03:00
|
|
|
|
2020-01-15 20:00:59 +03:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
dist/
|
|
|
|
gin-bin
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
2016-11-04 23:44:49 +03:00
|
|
|
*.so
|
2020-01-15 20:00:59 +03:00
|
|
|
*.dylib
|
2016-11-04 23:44:49 +03:00
|
|
|
|
2020-01-15 20:00:59 +03:00
|
|
|
# Test binary, build with `go test -c`
|
2016-11-04 23:44:49 +03:00
|
|
|
*.test
|
2020-01-15 20:00:59 +03:00
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|