Skip to content

Commit

Permalink
Update .easignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wyne committed Jul 19, 2024
1 parent 3947183 commit b85dae7
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .easignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
.env
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
*.ipa
*.apk

.expo/
web-build/

assets-src/
assets-stores/
node_modules/
ios/
android/
dist/

# 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

0 comments on commit b85dae7

Please sign in to comment.