Added doc to gitignore.

This commit is contained in:
Erik C. Thauvin 2021-10-20 22:44:04 -07:00
parent d6cef57de7
commit 64d60bbf4e
3 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View file

@ -65,6 +65,7 @@ crashlytics.properties
dependency-reduced-pom.xml dependency-reduced-pom.xml
deploy/ deploy/
dist/ dist/
doc/
ehthumbs.db ehthumbs.db
fabric.properties fabric.properties
gen/ gen/

View file

@ -168,7 +168,7 @@ packages:
name: mime name: mime
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.0" version: "1.0.1"
node_preamble: node_preamble:
dependency: transitive dependency: transitive
description: description:
@ -287,21 +287,21 @@ packages:
name: test name: test
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.18.2" version: "1.19.0"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.5" version: "0.4.6"
test_core: test_core:
dependency: transitive dependency: transitive
description: description:
name: test_core name: test_core
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.5" version: "0.4.6"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:

View file

@ -1,7 +1,6 @@
name: dcat name: dcat
description: Concatenate file(s) to standard output or file description: Concatenate file(s) to standard output or file
version: 1.0.0 version: 1.0.0
homepage: https://github.com/ethauvin/dcat
repository: https://github.com/ethauvin/dcat repository: https://github.com/ethauvin/dcat
issue_tracker: https://github.com/ethauvin/dcat/issues issue_tracker: https://github.com/ethauvin/dcat/issues