Files
clawgo/.gitignore
2026-03-09 19:35:12 +08:00

24 lines
191 B
Plaintext

bin/
*.exe
*.dll
*.so
*.dylib
*.test
*.out
.clawgo/
config.json
sessions/
coverage.txt
coverage.html
.DS_Store
build
.idea
# build outputs
/clawgo
/clawgo_bin
/clawgo_test
.gocache
.vscode