Add a pubignore so pub knows to publish protobuf files (#2050)

Closes #2047
This commit is contained in:
Natalie Weizenbaum 2023-08-01 14:14:06 -07:00 committed by GitHub
parent 890fc17dc1
commit 8e5e7fca53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 2 deletions

19
.pubignore Normal file
View File

@ -0,0 +1,19 @@
# This should be identical to .gitignore except that it doesn't exclude
# generated protobuf files.
.buildlog
.DS_Store
.idea
.pub/
.dart_tool/
.settings/
.sass-cache/
build/
packages
.packages
pubspec.lock
package-lock.json
/benchmark/source
node_modules/
/doc/api
/pkg/*/doc/api

View File

@ -1,9 +1,13 @@
## 1.64.2 ## 1.64.3
### Dart API ### Dart API
* Include protocol buffer definitions when uploading the `sass` package to pub. * Include protocol buffer definitions when uploading the `sass` package to pub.
## 1.64.2
* No user-visible changes.
## 1.64.1 ## 1.64.1
### Embedded Sass ### Embedded Sass

View File

@ -1,5 +1,5 @@
name: sass name: sass
version: 1.64.2 version: 1.64.3-dev
description: A Sass implementation in Dart. description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass homepage: https://github.com/sass/dart-sass