Files
chaisql/.gitignore
Asdine El Hrychy bac26ce46a ci: add go.work
2024-02-17 14:33:35 +04:00

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/