Remove vite deps and add to gitignore.

This commit is contained in:
SergeantPanda 2026-03-13 16:45:46 -05:00
parent 115e0de55b
commit a0cea5abb4
3 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View file

@ -20,4 +20,5 @@ uwsgi.sock
package-lock.json
models
.idea
.vite/
uv.lock

View file

@ -1,8 +0,0 @@
{
"hash": "98f96190",
"configHash": "fb91700f",
"lockfileHash": "e3b0c442",
"browserHash": "21e8da92",
"optimized": {},
"chunks": {}
}

View file

@ -1,3 +0,0 @@
{
"type": "module"
}