summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-06 10:30:43 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-06 10:30:43 -0500
commit8af0a0ae71e3fee1e8db50d4d4ae3bb09f6cc328 (patch)
tree4752703f7a31160bbc4788af4f67dca6231d007c
parent1ab5fc393e8a7f51d724877ff97ec3d1fa2cd578 (diff)
build: Remove media from cargo build
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7cde8512..1518cfa4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
description = """
The cross-shell prompt for astronauts. ☄🌌️
"""
-exclude = ["docs/**/*"]
+exclude = ["docs/**/*", "media/**/*"]
[badges]
is-it-maintained-issue-resolution = { repository = "starship/starship" }