We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0b58a commit b002b9bCopy full SHA for b002b9b
.pubignore
@@ -1,3 +1,7 @@
1
+# Exclude documentation and coverage
2
+CLAUDE.md
3
+coverage/
4
+
5
# Exclude generated example files and build artifacts
6
build/
7
example/build/
@@ -10,6 +14,9 @@ example/ios/.symlinks/
10
14
example/ios/Flutter/ephemeral/
11
15
example/android/.gradle/
12
16
example/android/local.properties
17
+example/android/gradle/wrapper/gradle-wrapper.jar
18
+example/android/gradlew
19
+example/android/gradlew.bat
13
20
example/linux/flutter/ephemeral/
21
example/macos/Flutter/ephemeral/
22
example/windows/flutter/ephemeral/
example/android/gradle/wrapper/gradle-wrapper.jar
-52.4 KB
example/android/gradlew
example/android/gradlew.bat
0 commit comments