You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
404 B

5 months ago
  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. # Native
  9. *.orig.*
  10. *.jks
  11. *.p8
  12. *.p12
  13. *.key
  14. *.mobileprovision
  15. # Metro
  16. .metro-health-check*
  17. # debug
  18. npm-debug.*
  19. yarn-debug.*
  20. yarn-error.*
  21. # macOS
  22. .DS_Store
  23. *.pem
  24. # local env files
  25. .env*.local
  26. # typescript
  27. *.tsbuildinfo
  28. /reference
  29. /secrets
  30. /android