- expo-blur로 모달 배경 블러 효과 구현 (experimentalBlurMethod) - dayjs로 생일 날짜 형식 처리 (YYYY.MM.DD) - dayjs로 나이 계산 로직 개선 - 헤더 타이틀 '멤버'로 변경 (웹과 동일) - .easignore 추가 (상위 폴더 데이터 제외) - redis_data 폴더 gitignore 추가
42 lines
456 B
Text
42 lines
456 B
Text
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
expo-env.d.ts
|
|
|
|
# Native
|
|
.kotlin/
|
|
*.orig.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# generated native folders
|
|
/ios
|
|
/android
|
|
app/build-*.apk
|