31 lines
285 B
Plaintext
31 lines
285 B
Plaintext
# Binaries
|
||
/bin/
|
||
*.exe
|
||
*.test
|
||
*.out
|
||
|
||
# Go
|
||
vendor/
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
|
||
# Local env / secrets
|
||
.env
|
||
.env.*
|
||
!.env.example
|
||
|
||
# Runtime logs(容器 bind mount,目录用 .gitkeep 保留)
|
||
logs/*
|
||
!logs/.gitkeep
|
||
|
||
# OS
|
||
.DS_Store
|
||
Thumbs.db
|
||
|
||
.understand-anything
|
||
|
||
docs/coinglass/
|