27 lines
404 B
Plaintext
Raw Normal View History

2019-08-27 08:58:16 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
2016-10-21 10:31:42 +00:00
*.so
2019-08-27 08:58:16 +00:00
*.dylib
2016-10-21 10:31:42 +00:00
2019-08-27 08:58:16 +00:00
# Test binary, build with `go test -c`
2016-10-21 10:31:42 +00:00
*.test
2019-04-12 07:44:05 +00:00
2016-10-21 10:31:42 +00:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2017-06-07 21:37:13 +00:00
# Log files
2017-06-19 01:59:59 +00:00
*.log
2019-08-27 08:58:16 +00:00
# JS files are generated from TS files
2017-06-22 07:32:02 +00:00
*.js
2019-08-27 08:58:16 +00:00
# Components are generated by the "pack" tool
/components
2017-06-22 07:32:02 +00:00
# Personal startup settings for each contributor
2019-08-27 08:58:16 +00:00
/custom.go
# Server binary
/notify.moe