.gitignore 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .build/
  9. .buildlog/
  10. .history
  11. .svn/
  12. .swiftpm/
  13. migrate_working_dir/
  14. # IntelliJ related
  15. *.iml
  16. *.ipr
  17. *.iws
  18. .idea/
  19. # The .vscode folder contains launch configuration and tasks you configure in
  20. # VS Code which you may wish to be included in version control, so this line
  21. # is commented out by default.
  22. #.vscode/
  23. # Flutter/Dart/Pub related
  24. **/doc/api/
  25. **/ios/Flutter/.last_build_id
  26. .dart_tool/
  27. .flutter-plugins-dependencies
  28. .pub-cache/
  29. .pub/
  30. /build/
  31. /coverage/
  32. # Symbolication related
  33. app.*.symbols
  34. # Obfuscation related
  35. app.*.map.json
  36. # Android Studio will place build artifacts here
  37. /android/app/debug
  38. /android/app/profile
  39. /android/app/release
  40. # Personal Files
  41. /reference
  42. /resources
  43. .env
  44. # Firebase config files
  45. android/app/google-services.json
  46. ios/Runner/GoogleService-Info.plist