initial development build for google sign in

This commit is contained in:
heyethereum
2024-07-08 07:47:34 +08:00
parent 82ba150ddc
commit af07ecb804
10 changed files with 4068 additions and 45 deletions

23
.easignore Normal file
View File

@@ -0,0 +1,23 @@
# Ignore node_modules (handled by EAS)
node_modules/
# Ignore build output
build/
dist/
# Ignore local environment files
.env
.env.local
# Ignore logs
*.log
# Ignore macOS specific files
.DS_Store
# Ignore Amplify generated files (if you want to manage them manually)
# Ignore other temporary files
tmp/
temp/