Skip to content

Commit c61cecc

Browse files
committed
cleanup
1 parent 7d62393 commit c61cecc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

REUSE.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.fml",
78
"**.json",
89
"**.md",
910
"**.svg",
1011
"**.txt",
1112
"**.vm",
1213
"**/*.csv",
14+
"**/*.fml",
1315
"**/*.jpg",
1416
"**/*.json",
1517
"**/*.md",
@@ -22,15 +24,14 @@ path = [
2224
"**/.gitignore",
2325
"**/.pdd",
2426
"**/CNAME",
25-
"**/*.fml",
26-
"qulice-checkstyle/src/test/resources/**.java",
27-
"qulice-maven-plugin/src/it/**.java",
2827
".DS_Store",
2928
".gitattributes",
3029
".gitignore",
3130
".pdd",
3231
"CNAME",
3332
"README.md",
33+
"qulice-checkstyle/src/test/resources/**.java",
34+
"qulice-maven-plugin/src/it/**.java",
3435
"renovate.json",
3536
]
3637
precedence = "override"

0 commit comments

Comments
 (0)