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.

49 lines
790 B

2 years ago
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. # IntelliJ related
  12. *.iml
  13. *.ipr
  14. *.iws
  15. .idea/
  16. # The .vscode folder contains launch configuration and tasks you configure in
  17. # VS Code which you may wish to be included in version control, so this line
  18. # is commented out by default.
  19. #.vscode/
  20. # Flutter/Dart/Pub related
  21. **/doc/api/
  22. **/ios/Flutter/.last_build_id
  23. .dart_tool/
  24. .flutter-plugins
  25. .flutter-plugins-dependencies
  26. .packages
  27. .pub-cache/
  28. .pub/
  29. /build/
  30. # Web related
  31. lib/generated_plugin_registrant.dart
  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. lib/firebase_options.dart
  41. .firebase
  42. .vscode/settings.json