.gitignore 173 B

1234567891011121314151617
  1. .DS_Store
  2. .build/
  3. DerivedData/
  4. # Xcode
  5. *.xcuserstate
  6. xcuserdata/
  7. # Android
  8. android/.gradle/
  9. android/build/
  10. android/app/build/
  11. android/local.properties
  12. # IDE
  13. .idea/
  14. *.iml