chroma-markdown/vendor/github.com/alecthomas/chroma/v2/.gitignore

26 lines
358 B
Plaintext
Raw Normal View History

2017-10-22 05:37:38 +02:00
# Binaries for programs and plugins
2023-11-26 06:32:49 +01:00
.git
.idea
.vscode
.hermit
2017-10-22 05:37:38 +02:00
*.exe
*.dll
*.so
*.dylib
2018-01-06 23:02:24 +01:00
/cmd/chroma/chroma
2017-10-22 05:37:38 +02: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/
_models/
2018-01-06 23:02:24 +01:00
2019-07-01 05:14:09 +02:00
_examples/
2023-11-26 06:32:49 +01:00
*.min.*
build/