Files
SafeQR_Front_End_Mobile/.easignore
2024-07-08 07:47:34 +08:00

24 lines
317 B
Plaintext

# 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/