mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 09:54:19 +02:00
.cargo/config.toml:wq
This commit is contained in:
parent
0a542c21b9
commit
3288958cee
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ in
|
||||||
(file:
|
(file:
|
||||||
file.hasExt "rs"
|
file.hasExt "rs"
|
||||||
|| match "snapshot__.*\.snap" file.name != null
|
|| match "snapshot__.*\.snap" file.name != null
|
||||||
|| elem file.name (["Cargo.toml" "Cargo.lock"] ++ config.extraFiles)
|
|| elem file.name (["Cargo.toml" "Cargo.lock" "config.toml"] ++ config.extraFiles)
|
||||||
|| any (re: match re file.name != null) config.extraFilesRegex)
|
|| any (re: match re file.name != null) config.extraFilesRegex)
|
||||||
src;
|
src;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue