feat: reshuffle files

This commit is contained in:
Jamie Albert
2025-11-12 01:11:54 +00:00
parent e58c120f62
commit 3ebb8c54f1
212 changed files with 483 additions and 160 deletions

View File

@@ -0,0 +1,22 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"git.ignoreLimitWarning": true,
"files.exclude": {
"**/scripts": true,
"**/storage": true,
"**/in_progress": true,
"**/git": true,
"**/workspace": false,
"**/archive": true,
"**/LICENSE": true,
"**/README.md": true,
"**/.gitignore": true,
},
},
}

View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"git.ignoreLimitWarning": true
}
}