mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-06-30 21:38:03 -04:00
Ignore .txt files so that they don't get published
This commit is contained in:
@@ -2,3 +2,4 @@ target
|
||||
Cargo.lock
|
||||
scripts/tmp
|
||||
*.pyc
|
||||
*.txt
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["kwantam <kwantam@gmail.com>"]
|
||||
|
||||
homepage = "https://github.com/unicode-rs/unicode-normalization"
|
||||
@@ -18,4 +18,4 @@ Decomposition and Recomposition, as described in
|
||||
Unicode Standard Annex #15.
|
||||
"""
|
||||
|
||||
exclude = [ "target/*", "Cargo.lock", "scripts/tmp" ]
|
||||
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
|
||||
|
||||
Reference in New Issue
Block a user