Skip to content

Commit 3cc754a

Browse files
Update .gitignore with missing values from flutter/plugins (flutter#3265)
1 parent c0f0a22 commit 3cc754a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.packages
55
.pub/
66
.dart_tool/
7+
.vscode/
8+
*.iml
79

810
# Gradle?
911
.uuid
@@ -12,6 +14,7 @@ pubspec.lock
1214

1315
Podfile.lock
1416
Pods/
17+
.symlinks/
1518

1619
*instrumentscli*.trace
1720
*.cipd
@@ -27,10 +30,27 @@ chrome-trace.json
2730
flutter_export_environment.sh
2831
.flutter-plugins*
2932
local.properties
33+
keystore.properties
3034
**/Flutter/Generated.xcconfig
35+
**/Flutter/App.framework/
36+
**/Flutter/ephemeral/
37+
**/Flutter/Flutter.podspec
38+
**/Flutter/Flutter.framework/
39+
**/Flutter/flutter_assets/
40+
41+
ServiceDefinitions.json
42+
xcuserdata/
43+
**/DerivedData/
3144

3245
generated_plugin_registrant.*
3346
GeneratedPluginRegistrant.*
3447

35-
# Graddle wrapper
48+
# Gradle
3649
**/gradle-wrapper.jar
50+
.gradle/
51+
gradlew
52+
gradlew.bat
53+
54+
.project
55+
.classpath
56+
.settings

0 commit comments

Comments
 (0)