We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a9105 commit 8a88786Copy full SHA for 8a88786
REUSE.toml
@@ -4,6 +4,12 @@
4
version = 1
5
[[annotations]]
6
path = [
7
+ "**.json",
8
+ "**.md",
9
+ "**.png",
10
+ "**.svg",
11
+ "**.txt",
12
+ "**.vm",
13
"**/*.csv",
14
"**/*.jpg",
15
"**/*.json",
@@ -13,14 +19,14 @@ path = [
19
"**/*.svg",
20
"**/*.txt",
21
"**/*.vm",
22
+ "**/.DS_Store",
16
23
"**/.gitignore",
24
+ "**/.pdd",
17
25
"**/CNAME",
26
+ ".DS_Store",
18
27
".gitattributes",
28
".gitignore",
- ".gitleaksignore",
29
".pdd",
- ".xcop",
- "Gemfile.lock",
30
"README.md",
31
"renovate.json",
32
]
0 commit comments