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 3eacf05 commit fb35ac7Copy full SHA for fb35ac7
.pubignore
@@ -0,0 +1,17 @@
1
+# Exclude test directory from published package
2
+test/
3
+
4
+# Exclude build artifacts and development files
5
+**/build/
6
+**/.dart_tool/
7
+**/Pods/
8
+**/.pub-cache/
9
+**/example/build/
10
+**/example/ios/build/
11
+**/example/android/build/
12
+**/example/.dart_tool/
13
+**/example/ios/Pods/
14
+**/example/ios/Podfile.lock
15
+**/example/android/local.properties
16
+**/*.iml
17
+**/.DS_Store
0 commit comments