Commit 9c72344
authored
docs: update migrate swift plugin docs with
_Description of what this PR is changing or adding, and why:_
This PR adds notes about new `.gitignore` entries for those who want to
migrate their old packages to SPM.
_Issues fixed by this PR (if any):_
Without this step - the guide suggests _"Commit your plugin's changes to
your version control system"_ with those `.build/` and `.swiftpm/`
directories newly created in previous steps.
_PRs or commits this PR depends on (if any):_
flutter/packages#6705
## Presubmit checklist
- [x] This PR is marked as draft with an explanation if not meant to
land until a future stable release.
- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer..gitignore (#11497)1 parent 7b5a3b2 commit 9c72344
File tree
1 file changed
+9
-1
lines changed- src/_includes/docs/swift-package-manager
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
241 | 249 | | |
242 | 250 | | |
243 | 251 | | |
| |||
0 commit comments