Initial commit

This commit is contained in:
2026-03-14 11:33:27 -05:00
commit 0abf4107bc
5 changed files with 676 additions and 0 deletions

16
cspell.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaries": ["workspace-words", "user-words"],
"dictionaryDefinitions": [{
"name": "workspace-words",
"path": "./.cspell/words.txt",
"addWords": true
},
{
"name": "user-words",
"path": "/home/sgraves/.desktop/.cspell/user_words.txt",
"addWords": true
}
]
}