Skip to content

Commit c0c65ad

Browse files
committed
reuse
1 parent b86f785 commit c0c65ad

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

REUSE.toml

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.jpg",
8+
"**.json",
9+
"**.md",
10+
"**.svg",
11+
"**.txt",
712
"**/*.csv",
813
"**/*.jpg",
914
"**/*.json",
@@ -13,14 +18,13 @@ path = [
1318
"**/*.svg",
1419
"**/*.txt",
1520
"**/*.vm",
21+
"**/.DS_Store",
1622
"**/.gitignore",
1723
"**/CNAME",
24+
".DS_Store",
1825
".gitattributes",
1926
".gitignore",
20-
".gitleaksignore",
21-
".pdd",
22-
".xcop",
23-
"Gemfile.lock",
27+
"CNAME",
2428
"README.md",
2529
"renovate.json",
2630
]

0 commit comments

Comments
 (0)