Skip to content

Commit f0b1762

Browse files
committed
chore: exclude android/, ios/, test/failures/ from pub package
1 parent 5444799 commit f0b1762

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pubignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ test/goldens/*_masterImage.png
1212
.github/
1313
*.iml
1414

15+
# Generated Android/iOS plugin boilerplate
16+
android/
17+
ios/
18+
19+
# Test failure artifacts
20+
test/failures/
21+
1522
# Example app (not needed by package consumers)
1623
example/android/
1724
example/ios/

0 commit comments

Comments
 (0)