Ignore root Vite cache

This commit is contained in:
2026-04-01 23:37:13 -04:00
parent 4290fc1fc1
commit eeab5be37f
3 changed files with 5 additions and 11 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Workspace-level caches generated when Vite is run from the repo root.
/.vite/
# macOS metadata files.
.DS_Store

View File

@@ -1,8 +0,0 @@
{
"hash": "87cecd46",
"configHash": "cde8d402",
"lockfileHash": "e3b0c442",
"browserHash": "c0df72c9",
"optimized": {},
"chunks": {}
}

View File

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