Add caching for the Mill build tool

This commit is contained in:
clintval 2025-05-05 12:15:38 -10:00
commit 18d114c65a
No known key found for this signature in database
9 changed files with 214 additions and 7 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Ignore Scala IDE files
.metals/
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
node_modules/
__tests__/runner/*