Skip to content

Commit

Permalink
chore: filter crate/s contents (starship#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimyr authored Apr 1, 2021
1 parent 4af29d6 commit cba98bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ build = "build.rs"
description = """
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]
is-it-maintained-issue-resolution = { repository = "starship/starship" }
Expand Down
2 changes: 1 addition & 1 deletion starship_module_config_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
"""
exclude = ["docs/**/*"]
include = ["src/**/*", "LICENSE", "README.md"]

[lib]
name = "starship_module_config_derive"
Expand Down

0 comments on commit cba98bd

Please sign in to comment.