chore: ignore ts files inside tauri output

This commit is contained in:
zhom
2025-09-03 19:44:42 +04:00
parent cd4b23bd27
commit 3c3e6df3b2
+1 -1
View File
@@ -31,5 +31,5 @@
"next-env.d.ts",
"dist/types/**/*.ts"
],
"exclude": ["node_modules", "nodecar"]
"exclude": ["node_modules", "nodecar", "src-tauri/target"]
}