Added doc to gitignore.
This commit is contained in:
parent
d6cef57de7
commit
64d60bbf4e
3 changed files with 5 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -65,6 +65,7 @@ crashlytics.properties
|
|||
dependency-reduced-pom.xml
|
||||
deploy/
|
||||
dist/
|
||||
doc/
|
||||
ehthumbs.db
|
||||
fabric.properties
|
||||
gen/
|
||||
|
|
|
@ -168,7 +168,7 @@ packages:
|
|||
name: mime
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
version: "1.0.1"
|
||||
node_preamble:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -287,21 +287,21 @@ packages:
|
|||
name: test
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.18.2"
|
||||
version: "1.19.0"
|
||||
test_api:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: test_api
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.4.5"
|
||||
version: "0.4.6"
|
||||
test_core:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: test_core
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.4.5"
|
||||
version: "0.4.6"
|
||||
typed_data:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
name: dcat
|
||||
description: Concatenate file(s) to standard output or file
|
||||
version: 1.0.0
|
||||
homepage: https://github.com/ethauvin/dcat
|
||||
repository: https://github.com/ethauvin/dcat
|
||||
issue_tracker: https://github.com/ethauvin/dcat/issues
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue