Skip to content

Commit

Permalink
update cargo excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Feb 1, 2018
1 parent 0747def commit 34d49de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ readme = "README.md"
keywords = ["cli", "proxy", "file", "server", "static"]
categories = ["command-line-utilities", "development-tools", "web-programming"]
exclude = [
"/static/",
"/media/",
"/assets/",
"/ci/",
"/static/*",
"/media/*",
"/assets/*",
"/ci/*",
]

[[bin]]
Expand Down

0 comments on commit 34d49de

Please sign in to comment.