Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit a49bb91

Browse files
committed
fix: update .pubignore
1 parent 123ccef commit a49bb91

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.pubignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://dart.dev/tools/pub/publishing#what-files-are-published
22

3-
coverage/
4-
doc/
5-
metrics/
6-
tool/
7-
dart_dependency_validator.yaml
3+
/coverage/*
4+
/doc/*
5+
/metrics/*
6+
/tool/*
7+
/dart_dependency_validator.yaml

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.3.1
4+
5+
* Update .pubignore
6+
37
## 4.3.0
48

59
* Add support for global rules-exclude.

0 commit comments

Comments
 (0)