Commit a8e9147
authored
Update .gitignore for Swift Package Manager (#6705)
The following directories were created when I added SPM support to the `ios_platform_images` plugin:
```
packages/ios_platform_images/ios/ios_platform_images/.build/
packages/ios_platform_images/ios/ios_platform_images/.swiftpm/
```
These shouldn't be checked-in to the packages repository.
Part of flutter/flutter#1480181 parent a22381f commit a8e9147
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments