Files
packages/.gitignore
Loïc Sharma a8e9147964 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
2024-05-10 20:36:16 +00:00

60 lines
879 B
Plaintext

.DS_Store
.atom/
.idea
.packages
.pub/
.dart_tool/
.vscode/
*.iml
# Gradle?
.uuid
pubspec.lock
# iOS and macOS dependencies
.build/
Podfile.lock
Pods/
.swiftpm/
.symlinks/
*instrumentscli*.trace
*.cipd
# Build directories are produced when building using the Flutter CLI.
build
# This file is produced as a back-up when web_benchmarks fails to parse a
# Chrome trace.
chrome-trace.json
# Generated files on example apps
flutter_export_environment.sh
.flutter-plugins*
local.properties
keystore.properties
**/Flutter/Generated.xcconfig
**/Flutter/App.framework/
**/Flutter/ephemeral/
**/Flutter/Flutter.podspec
**/Flutter/Flutter.framework/
**/Flutter/flutter_assets/
ServiceDefinitions.json
xcuserdata/
**/DerivedData/
generated_plugin_registrant.*
GeneratedPluginRegistrant.*
# Gradle
**/gradle-wrapper.jar
.gradle/
gradlew
gradlew.bat
.project
.classpath
.settings