.gitignore 398 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
  2. # dependencies
  3. node_modules/
  4. # Expo
  5. .expo/
  6. dist/
  7. web-build/
  8. expo-env.d.ts
  9. # Native
  10. .kotlin/
  11. *.orig.*
  12. *.jks
  13. *.p8
  14. *.p12
  15. *.key
  16. *.mobileprovision
  17. # Metro
  18. .metro-health-check*
  19. # debug
  20. npm-debug.*
  21. yarn-debug.*
  22. yarn-error.*
  23. # macOS
  24. .DS_Store
  25. *.pem
  26. # local env files
  27. .env*.local
  28. # typescript
  29. *.tsbuildinfo