Skip to content

Commit b0ebda0

Browse files
chore: update .pubignore to exclude build artifacts, add clipboard dep to publish pubspec
1 parent 0b1c9f2 commit b0ebda0

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

.pubignore

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1-
# Exclude benchmark runner (standalone Flutter project with unresolvable imports)
1+
# Build artifacts (normally in .gitignore, must re-declare here since .pubignore overrides .gitignore)
2+
build/
3+
**/build/
4+
.dart_tool/
5+
**/.dart_tool/
6+
.flutter-plugins
7+
.flutter-plugins-dependencies
8+
*.dill
9+
*.dill.track.dill
10+
11+
# Example app (not needed on pub.dev)
12+
example/
13+
14+
# Benchmark runner (standalone Flutter project with unresolvable imports)
215
benchmark/
316

4-
# Exclude CI/CD and scripts
17+
# CI/CD and dev scripts
518
.github/
619
scripts/
720

8-
# Exclude internal dev files
21+
# Internal publish helpers
922
pubspec.yaml.backup
1023
pubspec_publish_ready.yaml
24+
25+
# macOS artifacts
26+
**/.DS_Store
27+
**/Pods/

pubspec_publish_ready.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies:
3131
hyper_render_html: ^1.0.0
3232
hyper_render_markdown: ^1.0.0
3333
hyper_render_highlight: ^1.0.0
34+
hyper_render_clipboard: ^1.0.0
3435

3536
# External dependencies
3637
flutter_highlight: ^0.7.0

0 commit comments

Comments
 (0)