fix .gitignore mistake

This commit is contained in:
Owen G
2026-01-04 18:18:07 -07:00
parent 3ac1066064
commit e0add7d8bf
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
node_modules
data
.DS_Store
.env
.vscode
.env
+5
View File
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Hypermind"
]
}