- docs/spec.md: 정식 spec (브랜드·시장·기술 스택·일정·Day 0 검증 결과) - docs/v0-plan.md: W1~W4 13 task 구현 plan (TDD + manual test 절차) - docs/brainstorming-raw.md: 2026-05-23 brainstorming 원본 - CLAUDE.md: 하네스 운영 규약 (컨텍스트 3단·agentic 7 구성요소·박재오 Why 정합도) - README.md: 입구 + v0 상태 표 - .gitattributes: Windows ↔ macOS LF 통일 + pbxproj 바이너리 처리 - src/, modules/ 폴더 구조 (.gitkeep) 박재오 + AI agent 협업 표준 정립. 7월 착수 → 5/24 앞당김. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
82 lines
1000 B
Plaintext
82 lines
1000 B
Plaintext
# React Native / Expo
|
|
node_modules/
|
|
.expo/
|
|
.expo-shared/
|
|
dist/
|
|
web-build/
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/build/
|
|
ios/*.xcworkspace/xcuserdata/
|
|
ios/*.xcodeproj/xcuserdata/
|
|
ios/*.xcodeproj/project.xcworkspace/xcuserdata/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
|
|
# Android
|
|
android/build/
|
|
android/app/build/
|
|
android/.gradle/
|
|
android/local.properties
|
|
*.apk
|
|
*.aab
|
|
*.keystore
|
|
|
|
# Native deps
|
|
ios/Podfile.lock # 박재오 결정: 일단 ignore. 팀 합류 시 commit으로 전환
|
|
android/gradle/
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# Bundle artifact
|
|
*.jsbundle
|
|
|
|
# Watchman
|
|
.watchmanconfig
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Build artifacts
|
|
build/
|
|
out/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
expo-env.d.ts
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.pem
|
|
*.p12
|
|
*.mobileprovision
|
|
GoogleService-Info.plist
|
|
google-services.json
|
|
|
|
# EAS
|
|
.eas/
|
|
eas.json.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# 박재오 개인 메모 (위키로 가야 할 것)
|
|
TODO.local.md
|
|
NOTES.local.md
|