-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pubignore
More file actions
91 lines (85 loc) · 2.59 KB
/
Copy path.pubignore
File metadata and controls
91 lines (85 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# .pubignore: controls what `dart pub publish` ships to pub.dev.
# Same syntax as .gitignore. When this file is present, pub uses it
# INSTEAD of .gitignore (not in addition), so this file repeats every
# exclusion .gitignore enforces plus the publish-specific extras.
#
# Goal: keep the published archive lean (target < 500 KB compressed).
# ---------------------------------------------------------------------------
# example/: keep lib/ + bin/ + pubspec.yaml + README so pub.dev's Example
# tab renders something useful, but drop the 50+ MB of Flutter platform
# scaffold that flutter create produces. Users who want a full runnable
# example clone the repo.
# ---------------------------------------------------------------------------
example/android/
example/ios/
example/macos/
example/linux/
example/windows/
example/web/
example/build/
example/.dart_tool/
example/.idea/
example/.flutter-plugins
example/.flutter-plugins-dependencies
example/.metadata
example/*.iml
example/pubspec.lock
example/analysis_options.yaml
example/test/widget_test.dart
# Per-plugin scaffolds inside example/packages/<name>/ that flutter create
# generates (android/, ios/, build/, etc.).
example/packages/*/android/
example/packages/*/ios/
example/packages/*/macos/
example/packages/*/linux/
example/packages/*/windows/
example/packages/*/web/
example/packages/*/build/
example/packages/*/.dart_tool/
example/packages/*/.idea/
example/packages/*/*.iml
example/packages/*/pubspec.lock
# ---------------------------------------------------------------------------
# Build artifacts, generated docs, test output
# ---------------------------------------------------------------------------
build/
coverage/
.dart_tool/
**/doc/api/
.flutter-plugins-dependencies
# ---------------------------------------------------------------------------
# Library hygiene: pubspec.lock does not ship per Dart guidelines.
# https://dart.dev/guides/libraries/private-files#pubspeclock
# ---------------------------------------------------------------------------
pubspec.lock
# ---------------------------------------------------------------------------
# IDE, editor, OS scratch
# ---------------------------------------------------------------------------
.idea/
.vscode/
.atom/
.history
.swiftpm/
.svn/
.build/
.buildlog/
migrate_working_dir/
*.iml
*.ipr
*.iws
*.log
*.swp
*.pyc
*.class
*.bak
*.tmp
.DS_Store
# ---------------------------------------------------------------------------
# Local state (artisan runtime + AI coding tooling)
# ---------------------------------------------------------------------------
.artisan/
.ac/
.claude/
.mcp.json
CLAUDE.md
CLAUDE.local.md