Skip to content

Commit fb35ac7

Browse files
committed
feat: add .pubignore
1 parent 3eacf05 commit fb35ac7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.pubignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)