.gitignore 713 B

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