- Set up project architecture with TypeScript types - Create property, user, lead, and content type definitions - Add i18n translations (ES, RU) - Add sample JSON data for properties and leads - Create comprehensive architecture documentation - Set up package.json with Bun + Hono stack
43 lines
386 B
Plaintext
43 lines
386 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.kilo/node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
.kilo/logs/
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS Cache
|
|
.cache/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Artifacts (legacy HTML files - will be in public/)
|
|
artifact-*.html |