.gitignore 144 B

1234567891011121314
  1. node_modules/**/*
  2. .expo/*
  3. npm-debug.*
  4. *.jks
  5. *.p8
  6. *.p12
  7. *.key
  8. *.mobileprovision
  9. *.orig.*
  10. web-build/
  11. web-report/
  12. # macOS
  13. .DS_Store