.gitignore 639 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the ART/Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. out/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # Intellij
  26. *.iml
  27. .idea/workspace.xml
  28. # Keystore files
  29. *.jks
  30. .DS_Store
  31. .idea
  32. .packages
  33. pubspec.lock
  34. .dart_tool
  35. example/.flutter-plugins-dependencies
  36. example/ios/Flutter/.last_build_id
  37. example/ios/Flutter/flutter_export_environment.sh