- expo-blur로 모달 배경 블러 효과 구현 (experimentalBlurMethod) - dayjs로 생일 날짜 형식 처리 (YYYY.MM.DD) - dayjs로 나이 계산 로직 개선 - 헤더 타이틀 '멤버'로 변경 (웹과 동일) - .easignore 추가 (상위 폴더 데이터 제외) - redis_data 폴더 gitignore 추가
27 lines
249 B
Text
27 lines
249 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
meilisearch_data/
|
|
redis_data/
|
|
|
|
# Scrape files
|
|
backend/scrape_*.cjs
|
|
backend/scrape_*.js
|
|
backend/scrape_*.txt
|