Files
SnapLedger/.gitignore
Misaka_Company 23588b584f Add Phase 1 infrastructure setup and implementation plan
- infrastructure-setup.md: MinIO bucket, access key, PostgreSQL database/user/table deployment guide
- implementation-plan.md: backend (FastAPI) and Android (Flutter) implementation roadmap
- .gitignore: exclude credential YAML files (connections-remote.yaml, connections-local.yaml)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-21 10:00:46 +08:00

20 lines
164 B
Plaintext

# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
# Credentials
docs/connections-remote.yaml
docs/connections-local.yaml
# Claude
.claude/