We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f0a22 commit 3cc754aCopy full SHA for 3cc754a
.gitignore
@@ -4,6 +4,8 @@
4
.packages
5
.pub/
6
.dart_tool/
7
+.vscode/
8
+*.iml
9
10
# Gradle?
11
.uuid
@@ -12,6 +14,7 @@ pubspec.lock
12
14
13
15
Podfile.lock
16
Pods/
17
+.symlinks/
18
19
*instrumentscli*.trace
20
*.cipd
@@ -27,10 +30,27 @@ chrome-trace.json
27
30
flutter_export_environment.sh
28
31
.flutter-plugins*
29
32
local.properties
33
+keystore.properties
34
**/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/
44
45
generated_plugin_registrant.*
46
GeneratedPluginRegistrant.*
47
-# Graddle wrapper
48
+# Gradle
49
**/gradle-wrapper.jar
50
+.gradle/
51
+gradlew
52
+gradlew.bat
53
54
+.project
55
+.classpath
56
+.settings
0 commit comments