Skip to content

Commit

Permalink
.easignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Feb 6, 2025
1 parent fec9fdb commit 73854c6
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .easignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
## Copy everything from your .gitignore file here

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/
expo-env.d.ts

# 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

# old example app files
app-example/

# coverage
coverage/

# development-only files
_dev/

# Cursor prompt
.cursorrules

# Pre-build files
android/
ios/

## Additional ignores specific to EAS builds

# Medplum Bots
bots/

0 comments on commit 73854c6

Please sign in to comment.