43 lines
535 B
Plaintext
43 lines
535 B
Plaintext
# Build and system generated
|
|
.expo/
|
|
.expo-shared/
|
|
DRP-App/node_modules/
|
|
.vscode/
|
|
|
|
# Environment and credentials
|
|
.env
|
|
.env.*
|
|
|
|
# Build outputs (if any)
|
|
dist/
|
|
build/
|
|
web-build/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE/Editor
|
|
.idea/
|
|
*.log
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Optional cache
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Expo specific
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
|
|
# The following patterns were generated by expo-cli
|
|
|
|
expo-env.d.ts
|
|
# @end expo-cli |