Skip to content

Commit 81bb37a

Browse files
committed
feat: update .pubignore to ignore ext and scripts
1 parent 2006a8d commit 81bb37a

File tree

2 files changed

+472
-0
lines changed

2 files changed

+472
-0
lines changed

.pubignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Exclude test directory from published package
22
test/
33

4+
# Exclude external SDK submodules and scripts directory
5+
ext/
6+
scripts/
7+
48
# Exclude build artifacts and development files
59
**/build/
610
**/.dart_tool/

0 commit comments

Comments
 (0)