Skip to content

Commit aa3638b

Browse files
committed
reuse
1 parent 253f787 commit aa3638b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

REUSE.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.txt",
10+
"**.vm",
711
"**/*.csv",
812
"**/*.jpg",
913
"**/*.json",
@@ -13,14 +17,15 @@ path = [
1317
"**/*.svg",
1418
"**/*.txt",
1519
"**/*.vm",
20+
"**/.DS_Store",
1621
"**/.gitignore",
22+
"**/.pdd",
1723
"**/CNAME",
24+
".DS_Store",
1825
".gitattributes",
1926
".gitignore",
20-
".gitleaksignore",
2127
".pdd",
22-
".xcop",
23-
"Gemfile.lock",
28+
"CNAME",
2429
"README.md",
2530
"renovate.json",
2631
]

0 commit comments

Comments
 (0)