98 lines
1.3 KiB
Plaintext
98 lines
1.3 KiB
Plaintext
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
|
|
# Native
|
|
*.orig.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
#amplify-do-not-edit-begin
|
|
amplify/\#current-cloud-backend
|
|
amplify/.config/local-*
|
|
amplify/logs
|
|
amplify/mock-data
|
|
amplify/mock-api-resources
|
|
amplify/backend/amplify-meta.json
|
|
amplify/backend/.temp
|
|
build/
|
|
dist/
|
|
node_modules/
|
|
aws-exports.js
|
|
awsconfiguration.json
|
|
amplifyconfiguration.json
|
|
amplifyconfiguration.dart
|
|
amplify-build-config.json
|
|
amplify-gradle-config.json
|
|
amplifytools.xcconfig
|
|
.secret-*
|
|
**.sample
|
|
#amplify-do-not-edit-end
|
|
|
|
# @generated expo-cli sync-b5df6a44d8735348b729920a7406b633cfb74d4c
|
|
# The following patterns were generated by expo-cli
|
|
|
|
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
|
|
# Native
|
|
*.orig.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# @end expo-cli |