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