26 lines
299 B
Plaintext
Raw Permalink Normal View History

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