build: Remove media from cargo build
This commit is contained in:
parent
1ab5fc393e
commit
8af0a0ae71
|
@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
||||||
description = """
|
description = """
|
||||||
The cross-shell prompt for astronauts. ☄🌌️
|
The cross-shell prompt for astronauts. ☄🌌️
|
||||||
"""
|
"""
|
||||||
exclude = ["docs/**/*"]
|
exclude = ["docs/**/*", "media/**/*"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
is-it-maintained-issue-resolution = { repository = "starship/starship" }
|
is-it-maintained-issue-resolution = { repository = "starship/starship" }
|
||||||
|
|
Loading…
Reference in New Issue