.gitignore 734 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. pubspec.lock
  17. # The .vscode folder contains launch configuration and tasks you configure in
  18. # VS Code which you may wish to be included in version control, so this line
  19. # is commented out by default.
  20. #.vscode/
  21. # Flutter/Dart/Pub related
  22. **/doc/api/
  23. **/ios/Flutter/.last_build_id
  24. .dart_tool/
  25. .flutter-plugins
  26. .flutter-plugins-dependencies
  27. .packages
  28. .pub-cache/
  29. .pub/
  30. /build/
  31. # Web related
  32. lib/generated_plugin_registrant.dart
  33. # Symbolication related
  34. app.*.symbols
  35. # Obfuscation related
  36. app.*.map.json
  37. # Exceptions to above rules.
  38. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages