setup structure for rewrite

This commit is contained in:
=
2024-02-06 13:00:52 +01:00
parent e8186089a2
commit f0645a4d90
11 changed files with 0 additions and 219 deletions

View File

@@ -0,0 +1,15 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.exclude": {
"**/*.sln": true,
"**/*.code-workspace": true,
"**/.gitignore": true,
"**/.gitattributes": true
}
}
}