This commit is contained in:
jverzani
2022-07-24 16:53:06 -04:00
parent 7b37ca828c
commit 4b44042045
5 changed files with 15 additions and 70 deletions

View File

@@ -43,6 +43,8 @@ for DIR ∈ DIRS
end
end
else
_, ext = splitext(f)
ext == ".toml" && continue
@show :cp, f
try
force = isfile(joinpath(DIR, f))