1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

chore: filter crate/s contents (#2495)

This commit is contained in:
Dario Vladović 2021-04-01 18:45:13 +02:00 committed by GitHub
parent 4af29d6355
commit cba98bde10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@ build = "build.rs"
description = """ description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌 The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌
""" """
exclude = ["docs/**/*", "media/**/*"] # Keep `/` in front of `README.md` to exclude localized readmes
include = ["src/**/*", "build.rs", "Cross.toml", "LICENSE", "/README.md"]
[badges] [badges]
is-it-maintained-issue-resolution = { repository = "starship/starship" } is-it-maintained-issue-resolution = { repository = "starship/starship" }

View File

@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
description = """ description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌 The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌
""" """
exclude = ["docs/**/*"] include = ["src/**/*", "LICENSE", "README.md"]
[lib] [lib]
name = "starship_module_config_derive" name = "starship_module_config_derive"