Skip to content

Commit 94cfaf9

Browse files
committedMar 10, 2025
reuse
1 parent 27d1d00 commit 94cfaf9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎REUSE.toml

+6-3
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,13 +16,13 @@ path = [
1316
"**/*.svg",
1417
"**/*.txt",
1518
"**/*.vm",
19+
"**/.DS_Store",
1620
"**/.gitignore",
1721
"**/CNAME",
22+
"**/Gemfile.lock",
23+
".DS_Store",
1824
".gitattributes",
1925
".gitignore",
20-
".gitleaksignore",
21-
".pdd",
22-
".xcop",
2326
"Gemfile.lock",
2427
"README.md",
2528
"renovate.json",

0 commit comments

Comments
 (0)
Please sign in to comment.