.gitignore 113 B

1234567891011
  1. node_modules/**/*
  2. .expo/*
  3. npm-debug.*
  4. *.jks
  5. *.p12
  6. *.key
  7. *.mobileprovision
  8. *.orig.*
  9. web-build/
  10. web-report/
  11. .yalc/