3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-25 12:41:29 +00:00

Cache multiple target directories from 'target-dir'

This commit is contained in:
Nick Mosher 2021-07-16 16:58:46 -04:00 committed by Arpad Borsos
parent fa61956921
commit 260a713186
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
15 changed files with 195 additions and 41 deletions

10
.gitignore vendored
View file

@ -1,2 +1,8 @@
node_modules
/target
node_modules/
target/
# Editors
.idea/
# Mac
.DS_Store