.gitignore
1# Binaries for programs and plugins
2.git
3.idea
4.vscode
5.hermit
6*.exe
7*.dll
8*.so
9*.dylib
10/cmd/chroma/chroma
11
12# Test binary, build with `go test -c`
13*.test
14
15# Output of the go coverage tool, specifically when used with LiteIDE
16*.out
17
18# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
19.glide/
20
21_models/
22
23_examples/
24*.min.*
25build/