-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.pubignore
More file actions
64 lines (52 loc) · 1.11 KB
/
.pubignore
File metadata and controls
64 lines (52 loc) · 1.11 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
# Build artifacts (must re-declare since .pubignore overrides .gitignore)
build/
**/build/
.dart_tool/
**/.dart_tool/
*.dill
*.dill.track.dill
# Tests — not needed by package consumers
test/
# Example app — exclude platform dirs, tests, and extra files.
# Keep only example/example.dart for pub.dev scoring.
example/android/
example/ios/
example/macos/
example/linux/
example/windows/
example/web/
example/build/
example/.dart_tool/
example/.flutter-plugins
example/.flutter-plugins-dependencies
example/lib/
example/pubspec.yaml
example/pubspec.lock
example/analysis_options.yaml
example/.metadata
example/README.md
example/test/
# Screenshots (raw frames, not referenced in pubspec.yaml assets)
assets/screenshots/
# Benchmark runner
benchmark/
# CI/CD and dev scripts
.github/
scripts/
# Internal publish helpers
pubspec.yaml.backup
pubspec_publish_ready.yaml
pubspec_dev.yaml
# Flutter .metadata files (auto-generated, not useful to consumers)
.metadata
# Internal archive / historical comparison docs
archive/
# Coverage artifacts
coverage/
# IDE files
*.iml
.idea/
.vscode/
# macOS artifacts
**/.DS_Store
**/Pods/