We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c88cf commit fbb9d20Copy full SHA for fbb9d20
.pubignore
@@ -0,0 +1,29 @@
1
+.DS_Store
2
+.dart_tool/
3
+
4
+.packages
5
+.pub/
6
7
+build/
8
+flutter*.log
9
+.idea/libraries/Dart_Packages.xml
10
+.idea/libraries/Dart_SDK.xml
11
12
+.idea/workspace.xml
13
+.idea/vcs.xml
14
+.idea/tasks.xml
15
+.idea/gradle.xml
16
+.idea/assetWizardSettings.xml
17
+.idea/dictionaries
18
+.idea/libraries
19
20
+# IDE
21
+.idea/
22
+*.iml
23
+.vscode/
24
25
+# Dev folders
26
+chrome-experimental-launch
27
+example/test
28
+test
29
+scripts
publish.sh
0 commit comments