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 1b34d96 commit 2e394beCopy full SHA for 2e394be
REUSE.toml
@@ -4,6 +4,9 @@
4
version = 1
5
[[annotations]]
6
path = [
7
+ "**.json",
8
+ "**.md",
9
+ "**.txt",
10
"**/*.csv",
11
"**/*.jpg",
12
"**/*.json",
@@ -13,15 +16,15 @@ path = [
13
16
"**/*.svg",
14
17
"**/*.txt",
15
18
"**/*.vm",
19
+ "**/.DS_Store",
20
"**/.gitignore",
21
"**/CNAME",
22
+ "**/Cargo.toml",
23
+ ".DS_Store",
24
".gitattributes",
25
".gitignore",
- ".gitleaksignore",
- ".pdd",
- ".xcop",
26
"Cargo.lock",
- "Gemfile.lock",
27
+ "Cargo.toml",
28
"README.md",
29
"renovate.json",
30
]
0 commit comments