Skip to content

Commit

Permalink
Cleanup files that are included in the crate (#153)
Browse files Browse the repository at this point in the history
* Move `test_data` to `tests/manual_test_data`

* Exclude some data that isn't needed in the crate
  • Loading branch information
CosmicHorrorDev authored Jul 22, 2023
1 parent b3a7f62 commit 3e380f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ readme = "README.md"
repository = "https://github.com/trimental/inlyne"
homepage = "https://github.com/trimental/inlyne"
rust-version = "1.65"
exclude = [
"/ci/*",
"/.github/*",
"/tests/manual_test_data/*",
]

[features]
default = ["x11"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3e380f3

Please sign in to comment.