chore: Exclude docs from published crate

This commit is contained in:
Matan Kushner 2019-07-19 22:13:11 -04:00
parent c8975dfbb6
commit 0f76d46d95
No known key found for this signature in database
GPG key ID: 4B98C3A8949CA8A4

View file

@ -4,6 +4,7 @@ version = "0.3.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"
documentation = "https://starship.rs/guide/"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
@ -11,6 +12,7 @@ categories = ["command-line-utilities"]
description = """
The cross-shell prompt for astronauts. 🌌
"""
exclude = ["docs/**/*"]
[badges]
azure-devops = { project = "starship-control/starship", pipeline = "Starship Test Suite" }