Skip to content

Commit 60aec5c

Browse files
committed
fix precious excluded files
1 parent e8d2f39 commit 60aec5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

precious.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
excludes = [
2-
".build/**",
3-
"blib/**",
4-
"root/assets/**",
1+
exclude = [
2+
"/.build/**",
3+
"/blib/**",
4+
"/root/assets/**",
5+
"/local/**",
56
]
67

78
[commands.perlimports]

0 commit comments

Comments
 (0)