Skip to content

Commit 70ad69b

Browse files
committedMar 10, 2025··
reuse
1 parent 725c34f commit 70ad69b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎REUSE.toml

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.png",
10+
"**.svg",
11+
"**.txt",
712
"**/*.csv",
813
"**/*.jpg",
914
"**/*.json",
@@ -13,13 +18,15 @@ path = [
1318
"**/*.svg",
1419
"**/*.txt",
1520
"**/*.vm",
21+
"**/.DS_Store",
1622
"**/.gitignore",
23+
"**/.pdd",
1724
"**/CNAME",
25+
"**/Gemfile.lock",
26+
".DS_Store",
1827
".gitattributes",
1928
".gitignore",
20-
".gitleaksignore",
2129
".pdd",
22-
".xcop",
2330
"Gemfile.lock",
2431
"README.md",
2532
"renovate.json",

0 commit comments

Comments
 (0)
Please sign in to comment.