This repository has been archived on 2026-07-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
codespace/.gitignore
T
tao.chen 70799a5df8 Merge branch 'feat/web'
# Conflicts:
#	README.md
2026-07-02 19:53:00 +08:00

35 lines
351 B
Plaintext

# IDE / editor
.idea/
.vscode/
# Claude / Superpowers local state
.claude/
.superpowers/
# OS
.DS_Store
# Go build artifacts
/bin/
/dist/
*.test
*.out
coverage.out
# Runtime data
/workspaces/
/tmp/
*.log
# Local environment
.env
.env.*
# Superpowers working artifacts
.superpowers/
# Frontend (web/)
web/node_modules/
web/dist/
web/.env*.local