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