- AddTransactionButton.tsx: useEffect import 제거 - BudgetProgressCard.tsx: localBudgetData를 _localBudgetData로 변경 - Header.tsx: isMobile을 _isMobile로 변경 - RecentTransactionsSection.tsx: isDeleting을 _isDeleting로 변경 - TransactionCard.tsx: cn import 제거 - ExpenseForm.tsx: useState import 제거 - cacheStrategies.ts: QueryClient, Transaction import 제거 - Analytics.tsx: Separator import 제거, 미사용 변수들에 underscore prefix 추가 - Index.tsx: useMemo import 제거 - Login.tsx: setLoginError를 _setLoginError로 변경 - Register.tsx: useEffect dependency 수정 및 useCallback 추가 - Settings.tsx: toast, handleClick에 underscore prefix 추가 - authStore.ts: setError, setAppwriteInitialized에 underscore prefix 추가 - budgetStore.ts: ranges를 _ranges로 변경 - BudgetProgressCard.test.tsx: waitFor import 제거 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
63 lines
806 B
Plaintext
63 lines
806 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
|
|
.env.local
|
|
.env.production
|
|
.env.preview
|
|
.env.development
|
|
|
|
# Vercel
|
|
.vercel
|
|
.vscode
|
|
# OS specific
|
|
|
|
# Task files
|
|
# tasks.json
|
|
# tasks/
|