Ready to test

This commit is contained in:
2025-04-04 18:35:22 -07:00
parent 35ba7dc93f
commit 3e9b6a8211
19 changed files with 1355 additions and 0 deletions

15
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"Gatus"
]
}