Files
material_texture/.gitignore
likegears 85ba15c564 Initial commit: Material Texture API service
- Go + Gin + GORM + PostgreSQL backend
- RESTful API for material management
- Docker deployment support
- Database partitioning for billion-scale data
- API documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 15:29:49 +08:00

32 lines
220 B
Plaintext

# 二进制文件
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# 测试覆盖
*.out
coverage.html
# 依赖目录
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 环境变量
.env
.env.local
# macOS
.DS_Store
# Docker
*.log