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 1f00fad commit 01a401bCopy full SHA for 01a401b
REUSE.toml
@@ -4,13 +4,10 @@
4
version = 1
5
[[annotations]]
6
path = [
7
- "Aptfile",
8
- "Procfile",
9
- "doc/integration.puml",
10
- "nginx.conf.sigil",
11
"**.json",
12
"**.md",
13
"**.png",
+ "**.sigil",
14
"**.svg",
15
"**.txt",
16
"**/*.csv",
@@ -27,12 +24,17 @@ path = [
27
24
"**/.pdd",
28
25
"**/CNAME",
29
26
"**/Gemfile.lock",
+ "**/Procfile",
30
".DS_Store",
31
".gitattributes",
32
".gitignore",
33
".pdd",
+ "Aptfile",
34
"Gemfile.lock",
+ "Procfile",
35
"README.md",
36
+ "doc/integration.puml",
37
+ "nginx.conf.sigil",
38
"renovate.json",
39
]
40
precedence = "override"
0 commit comments