Allergies

This commit is contained in:
2025-04-18 21:39:46 +02:00
parent 96bd169f8b
commit b7199d2a17
21 changed files with 33484 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}

View File

@@ -0,0 +1,7 @@
{
"cSpell.words": ["exercism"],
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
}
}