Feat/windows clean script
@@ -23,4 +23,5 @@
"*.log.*": "log"
},
"editor.formatOnSave": true,
+ "files.eol": "\n",
}
@@ -1,6 +1,8 @@
cd rust-lib
cargo clean
+cd ../../shared-lib
+
if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache"
)