fix: ignore frontend build artifacts

Add tsbuildinfo files to .gitignore and remove the generated TypeScript build metadata file from version control.
This commit is contained in:
2026-04-02 22:18:55 +03:00
parent 2b3123a9a7
commit debd4d05b9
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,7 @@ node_modules/
dist/
build/
.vite/
*.tsbuildinfo
.DS_Store
.env
.env.local
@@ -9,4 +10,3 @@ coverage/
tmp/
*.log
bin/

View File

@@ -1 +0,0 @@
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/app-shell.tsx","./src/components/player-bar.tsx","./src/components/section-title.tsx","./src/lib/api.ts","./src/pages/home-page.tsx","./src/pages/library-page.tsx","./src/pages/login-page.tsx","./src/stores/player-store.ts","./src/stores/session-store.ts"],"version":"5.9.3"}