mirror of
				https://github.com/alecthomas/chroma.git
				synced 2025-10-30 23:57:49 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Binaries for programs and plugins
 | |
| .git
 | |
| .idea
 | |
| .vscode
 | |
| .hermit
 | |
| *.exe
 | |
| *.dll
 | |
| *.so
 | |
| *.dylib
 | |
| /cmd/chroma/chroma
 | |
| 
 | |
| # 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/
 | |
| 
 | |
| _examples/
 | |
| *.min.*
 | |
| build/
 | |
| 
 | |
| cmd/chromad/static/chroma.wasm
 | |
| cmd/chromad/static/wasm_exec.js
 |