Skip to content

Commit 99a0bd8

Browse files
committed
reuse
1 parent b48d6cc commit 99a0bd8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

REUSE.toml

Lines changed: 7 additions & 2 deletions
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,15 @@ path = [
1316
"**/*.svg",
1417
"**/*.txt",
1518
"**/*.vm",
19+
"**/.DS_Store",
1620
"**/.gitignore",
21+
"**/.pdd",
1722
"**/CNAME",
23+
"**/Gemfile.lock",
24+
".DS_Store",
1825
".gitattributes",
1926
".gitignore",
20-
".gitleaksignore",
2127
".pdd",
22-
".xcop",
2328
"Gemfile.lock",
2429
"README.md",
2530
"renovate.json",

0 commit comments

Comments
 (0)