mirror of
https://github.com/chaisql/chai.git
synced 2025-12-24 11:30:53 +08:00
41 lines
429 B
Plaintext
41 lines
429 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Misc
|
|
.DS_Store
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependencies
|
|
vendor/
|
|
|
|
# Benchmark and profiling files
|
|
profile.*
|
|
|
|
# Databases files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.csv
|
|
|
|
# Builds
|
|
cmd/chai/chai
|
|
|
|
# IDE config
|
|
.vscode/
|
|
.idea/
|
|
|
|
# gopls log
|
|
gopls.log
|
|
|
|
# Local experiments
|
|
lab/
|