Skip to content

Commit 7c73b13

Browse files
committed
fix excluded files in precious config
1 parent 7f969fe commit 7c73b13

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

precious.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
excludes = [
2-
".build/**",
3-
"blib/**",
4-
"root/assets/**",
1+
exclude = [
2+
"/.build/**",
3+
"/blib/**",
4+
"/root/assets/**",
5+
"/local/**",
6+
"/test-data/**",
57
]
68

79
[commands.perlimports]

0 commit comments

Comments
 (0)