Initial commit: expo-popcore-app

This commit is contained in:
imeepos
2025-12-25 16:25:55 +08:00
commit 02d0c807cd
160 changed files with 39560 additions and 0 deletions

40
.prettierignore Normal file
View File

@@ -0,0 +1,40 @@
# Dependencies
node_modules/
# Build outputs
dist/
build/
.expo/
# Generated files
*.generated.*
*.d.ts
# Config files that shouldn't be formatted
.env*
*.log
# Native files
ios/
android/
# Assets
assets/
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.ico
# Documentation
*.md
# Git
.git/
.gitignore
# Other
coverage/
.nyc_output/