We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef2df2 commit dbef146Copy full SHA for dbef146
.gitignore
@@ -1,14 +1,33 @@
1
.DS_Store
2
.atom/
3
-.idea
+.idea/
4
+.vscode/
5
+
6
.packages
7
.pub/
8
+.dart_tool/
9
pubspec.lock
10
11
+Podfile
12
Podfile.lock
13
Pods/
14
+.symlinks/
15
+**/Flutter/App.framework/
16
+**/Flutter/Flutter.framework/
17
+**/Flutter/Generated.xcconfig
18
+**/Flutter/flutter_assets/
19
+ServiceDefinitions.json
20
+xcuserdata/
21
22
+local.properties
23
+.gradle/
24
+gradlew
25
+gradlew.bat
26
+gradle-wrapper.jar
27
+*.iml
28
29
GeneratedPluginRegistrant.h
30
GeneratedPluginRegistrant.m
-
31
GeneratedPluginRegistrant.java
32
+build/
33
+.flutter-plugins
0 commit comments