mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

The most recent Flutter IntelliJ plugin replaces FLUTTER_MODULE with WEB_MODULE and eliminates the exclusion of packages/ directories. Use of the packages/ directory was turned off by default months ago, and is replaced by the .packages file.
26 lines
1.8 KiB
XML
26 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<excludeFolder url="file://$MODULE_DIR$/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/asci_casing/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/asci_casing/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/bad_package/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/bad_package/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/bad_path/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/bad_path/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/changed_sdk_location/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/changed_sdk_location/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/good/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/good/build" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/syntax_error/.pub" />
|
|
<excludeFolder url="file://$MODULE_DIR$/test/data/dart_dependencies_test/syntax_error/build" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="Dart Packages" level="project" />
|
|
<orderEntry type="library" name="Dart SDK" level="project" />
|
|
</component>
|
|
</module> |