Skip to content

Commit a798a22

Browse files
committed
reuse
1 parent 6995fc9 commit a798a22

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

REUSE.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.png",
10+
"**.txt",
711
"**/*.csv",
812
"**/*.jpg",
913
"**/*.json",
@@ -13,13 +17,15 @@ path = [
1317
"**/*.svg",
1418
"**/*.txt",
1519
"**/*.vm",
20+
"**/.DS_Store",
1621
"**/.gitignore",
22+
"**/.pdd",
1723
"**/CNAME",
24+
"**/Gemfile.lock",
25+
".DS_Store",
1826
".gitattributes",
1927
".gitignore",
20-
".gitleaksignore",
2128
".pdd",
22-
".xcop",
2329
"Gemfile.lock",
2430
"README.md",
2531
"renovate.json",

0 commit comments

Comments
 (0)