8000 Fixup exclusions · Jake-Shadle/unicode-segmentation@61bbcf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61bbcf7

Browse files
committed
Fixup exclusions
1 parent 5caefca commit 61bbcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This crate provides Grapheme Cluster, Word and Sentence boundaries
1717
according to Unicode Standard Annex #29 rules.
1818
"""
1919

20-
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt", ]
20+
exclude = ["/.github", "/scripts", "/benches/texts"]
2121

2222
[features]
2323
no_std = [] # This is a no-op, preserved for backward compatibility only.

0 commit comments

Comments
 (0)
0