Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5b6d92

Browse files
committed
Ignore txt files
1 parent01d967b commitf5b6d92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target
22
Cargo.lock
33
scripts/tmp
44
*.pyc
5+
*.txt

‎Cargo.toml‎

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

19-
exclude = ["target/*","Cargo.lock","scripts/tmp" ]
19+
exclude = ["target/*","Cargo.lock","scripts/tmp","*.txt" ]
2020

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp