12345678910111213141516171819202122232425262728293031323334353637 |
- *.class
- *.log
- *.pyc
- *.swp
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- *.iml
- *.ipr
- *.iws
- .idea/
- **/doc/api/
- .dart_tool/
- .flutter-plugins
- .flutter-plugins-dependencies
- .packages
- .pub-cache/
- .pub/
- /build/
- lib/generated_plugin_registrant.dart
- !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|