Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .vite/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hash": "f9c0af56",
"configHash": "e09577a6",
"lockfileHash": "e3b0c442",
"browserHash": "96c930e4",
"optimized": {},
"chunks": {}
Comment on lines +2 to +7

Copilot AI Feb 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vite build cache files should be excluded from version control via .gitignore. These are environment-specific artifacts that change frequently and provide no value in the repository.

Suggested change
"hash": "f9c0af56",
"configHash": "e09577a6",
"lockfileHash": "e3b0c442",
"browserHash": "96c930e4",
"optimized": {},
"chunks": {}

Copilot uses AI. Check for mistakes.
}
3 changes: 3 additions & 0 deletions .vite/deps/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
Loading