.gitignore 646 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. # Flutter/Dart/Pub related
  20. **/doc/api/
  21. .dart_tool/
  22. .flutter-plugins
  23. .flutter-plugins-dependencies
  24. .packages
  25. .pub-cache/
  26. .pub/
  27. /build/
  28. /example/
  29. # Web related
  30. lib/generated_plugin_registrant.dart
  31. # Exceptions to above rules.
  32. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
  33. pubspec.lock
  34. ios/.DS_Store