Files
srdb/.gitignore
bourdon 39d57134f1 清理:删除运行时文件和二进制文件
- 删除 examples/webui/data/ 运行时数据
- 更新 .gitignore 防止再次提交二进制和数据文件
- 只保留示例源代码文件(.go, go.mod, go.sum, README.md)
2025-10-10 18:38:27 +08:00

53 lines
491 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go workspace
go.work
go.work.sum
# Test coverage
*.coverage
coverage.*
# IDE
.vscode/
.idea/
.zed/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Runtime data directories
mydb/
testdb/
*_data/
*.log
*.wal
*.sst
# Example binaries and data
/examples/*/data/
/examples/*/*
!/examples/*/*.go
!/examples/*/go.mod
!/examples/*/go.sum
!/examples/*/README.md
# AI markdown
/*.md
!/CLAUDE.md
!/DESIGN.md
!/DOCS.md
!/LICENSE.md
!/README.md