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

Closes https://github.com/flutter/flutter/issues/160673. Does the following: - Renames `FlutterProjectType` to `FlutterTemplateType`; did some enhanced enum cleanups while at it - Creates a hierarchy of `RemovedFlutterTemplateType` from `ParsedFlutterTemplateType` - Removes the `skeleton` directory - Merges `app_shared` back into `app` (no longer required now that `skeleton` is removed) Final cleanups are tracked in https://github.com/flutter/flutter/issues/160692. (Added @zanderso just to spot check this is what he meant by https://github.com/flutter/flutter/issues/160673#issuecomment-2557742347)
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
# Normally (from the root) we ignore .idea folders, but the ones present
|
|
# in ide_templates/ and templates/ are real folders we intend to copy as part of
|
|
# "flutter create".
|
|
|
|
!ide_templates/intellij/.idea
|
|
!templates/**/.idea
|