Skip to content

Commit

Permalink
Fix exclude for manual_test_data (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Feb 25, 2024
1 parent 51f9066 commit d134028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.72.1"
exclude = [
"/ci/*",
"/.github/*",
"/tests/manual_test_data/*",
"/assets/manual_test_data/*",
]
keywords = ["markdown", "viewer", "gpu"]

Expand Down

0 comments on commit d134028

Please sign in to comment.