We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64b960 commit 55bd06eCopy full SHA for 55bd06e
.pubignore
@@ -31,3 +31,13 @@ dlcov.log
31
pubspec.lock
32
.flutter-plugins-dependencies
33
flutter_export_environment.sh
34
+analysis_options.yaml
35
+
36
+# Misc
37
+CODEOWNERS
38
+CONTRIBUTING.md
39
+MIGRATION_GUIDE.md
40
41
+# Examples
42
+example_pod
43
+example_spm
.travis.yml
analysis_options.yaml
@@ -1,3 +1,6 @@
1
analyzer:
2
exclude:
3
- test/dlcov_references_test.dart
4
+ - example/**
5
+ - example_pod/**
6
+ - example_spm/**
0 commit comments