- Initialize Task Master AI with configuration and PRD - Create comprehensive project improvement plan (10 tasks) - Set up MCP server integration for Claude Code - Add custom slash commands and tool configurations - Generate structured task breakdown for development phases: * Phase 1: TypeScript strict mode, code quality, security * Phase 2: Zustand, TanStack Query, testing setup * Phase 3: Performance optimization, automated deployment * Phase 4: Monitoring, bundle optimization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
56 lines
731 B
Plaintext
56 lines
731 B
Plaintext
# Logs
|
|
logs
|
|
#*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# 빌드 결과물 및 임시 파일
|
|
*.ipa
|
|
*.apk
|
|
*.aab
|
|
*.bak
|
|
ios/App/build/
|
|
ios/App/App/public/
|
|
android/app/build/
|
|
android/build/
|
|
android/app/release/
|
|
android/app/debug/
|
|
android/app/src/main/assets/public/
|
|
|
|
# 설정 파일 백업
|
|
android/gradle.properties.bak
|
|
ios/App/Zellyy-Finance-Debug.ipa
|
|
ios/App/Zellyy-Finance-Release.ipa
|
|
|
|
*.log
|
|
dev-debug.log
|
|
# Dependency directories
|
|
node_modules/
|
|
# Environment variables
|
|
.env
|
|
.vscode
|
|
# OS specific
|
|
|
|
# Task files
|
|
# tasks.json
|
|
# tasks/
|