mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
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 https://github.com/flutter/flutter/issues/148018
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,8 +12,11 @@
|
||||
|
||||
pubspec.lock
|
||||
|
||||
# iOS and macOS dependencies
|
||||
.build/
|
||||
Podfile.lock
|
||||
Pods/
|
||||
.swiftpm/
|
||||
.symlinks/
|
||||
|
||||
*instrumentscli*.trace
|
||||
|
Reference in New Issue
Block a user