Add an IntelliJ runConfig for the Gallery example (#6759)

* Commit the IhtelliJ project metadata for the Gallery

* Add default run config for Gallery

* Add back ignore of .idea per review feedback
This commit is contained in:
Michael Thomsen 2016-11-09 11:07:28 +01:00 committed by GitHub
parent 17aeb2f5e4
commit 71900776af

View File

@ -0,0 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="flutter_gallery" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method />
</configuration>
</component>