Skip to content

Commit 2e394be

Browse files
committed
reuse
1 parent 1b34d96 commit 2e394be

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

REUSE.toml

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.txt",
710
"**/*.csv",
811
"**/*.jpg",
912
"**/*.json",
@@ -13,15 +16,15 @@ path = [
1316
"**/*.svg",
1417
"**/*.txt",
1518
"**/*.vm",
19+
"**/.DS_Store",
1620
"**/.gitignore",
1721
"**/CNAME",
22+
"**/Cargo.toml",
23+
".DS_Store",
1824
".gitattributes",
1925
".gitignore",
20-
".gitleaksignore",
21-
".pdd",
22-
".xcop",
2326
"Cargo.lock",
24-
"Gemfile.lock",
27+
"Cargo.toml",
2528
"README.md",
2629
"renovate.json",
2730
]

0 commit comments

Comments
 (0)