gotty-client/.gitignore

26 lines
299 B
Plaintext
Raw Normal View History

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