chore: ignore TS build cache (*.tsbuildinfo)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
unknown
2026-07-03 09:00:15 +09:00
parent f0c30d8005
commit b3f1d5ebb2
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ backend/target/
frontend/node_modules/
frontend/dist/
frontend/.vite/
*.tsbuildinfo
# IDE / OS
.idea/

View File

@@ -1 +0,0 @@
{"root":["./vite.config.ts"],"version":"5.9.3"}

View File

@@ -1 +0,0 @@
{"root":["./src/app.tsx","./src/api.ts","./src/main.tsx","./src/status.ts","./src/types.ts","./src/auth/authcontext.tsx","./src/components/layout.tsx","./src/pages/approvalqueuepage.tsx","./src/pages/changepasswordpage.tsx","./src/pages/dashboardpage.tsx","./src/pages/loginpage.tsx","./src/pages/visitrequestformpage.tsx","./src/pages/visitrequestlistpage.tsx"],"errors":true,"version":"5.9.3"}