Skip to content

Commit 55bd06e

Browse files
committed
clean up ignore file
1 parent e64b960 commit 55bd06e

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

.pubignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ dlcov.log
3131
pubspec.lock
3232
.flutter-plugins-dependencies
3333
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

Lines changed: 0 additions & 20 deletions
This file was deleted.

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
analyzer:
22
exclude:
33
- test/dlcov_references_test.dart
4+
- example/**
5+
- example_pod/**
6+
- example_spm/**

0 commit comments

Comments
 (0)