Files
bp-rect/.gitignore
Min Zeya Phyo 3a0884e7d7 Replace boilerplate with BreadTalk Membership prototype
Integrate Prototype_latest.jsx as the main App component.
Skip tsc in build since prototype is plain JSX.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 00:32:57 +08:00

31 lines
225 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Environment
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Testing
coverage/
# SQL dumps
*.sql