2017-06-07 19:47:08 +10:00
|
|
|
# Binaries for programs and plugins
|
2023-09-09 11:46:02 +10:00
|
|
|
.git
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
.hermit
|
2017-06-07 19:47:08 +10:00
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2017-10-22 16:50:14 -07:00
|
|
|
/cmd/chroma/chroma
|
2017-06-07 19:47:08 +10:00
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2017-09-27 21:32:45 +10:00
|
|
|
|
2017-09-29 09:56:23 +10:00
|
|
|
_models/
|
2017-10-22 16:50:14 -07:00
|
|
|
|
2018-12-31 22:44:27 +11:00
|
|
|
_examples/
|
2023-01-11 14:43:47 -05:00
|
|
|
*.min.*
|
2023-09-09 12:29:23 +10:00
|
|
|
build/
|