Skip to content

Commit

Permalink
Update .gitignore with missing values from flutter/plugins (flutter#3265
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bparrishMines authored Feb 23, 2023
1 parent c0f0a22 commit 3cc754a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.packages
.pub/
.dart_tool/
.vscode/
*.iml

# Gradle?
.uuid
Expand All @@ -12,6 +14,7 @@ pubspec.lock

Podfile.lock
Pods/
.symlinks/

*instrumentscli*.trace
*.cipd
Expand All @@ -27,10 +30,27 @@ chrome-trace.json
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.*

# Graddle wrapper
# Gradle
**/gradle-wrapper.jar
.gradle/
gradlew
gradlew.bat

.project
.classpath
.settings

0 comments on commit 3cc754a

Please sign in to comment.