Initial Chisel Template

This commit is contained in:
2024-12-23 10:14:20 +08:00
parent eec6e09111
commit 3ae04d1240
243 changed files with 6910 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View File

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.watcherExclude": {
"**/target": true
}
}
}