Files
zellyy-finance/.gitignore
hansoo 9851627ff1 feat: Add CI/CD pipeline and code quality improvements
- Add GitHub Actions workflow for automated CI/CD
- Configure Node.js 18.x and 20.x matrix testing
- Add TypeScript type checking step
- Add ESLint code quality checks with enhanced rules
- Add Prettier formatting verification
- Add production build validation
- Upload build artifacts for deployment
- Set up automated testing on push/PR
- Replace console.log with environment-aware logger
- Add pre-commit hooks for code quality
- Exclude archive folder from linting

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 15:27:54 +09:00

57 lines
742 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
.vscode
# OS specific
# Task files
# tasks.json
# tasks/