From 7b4d7b6b9a1a2433b62d1743c25b16d8f6ee4f34 Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 30 Jan 2026 12:22:11 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1bae9db2..6a04da5b 100644 --- a/.gitignore +++ b/.gitignore @@ -54,9 +54,6 @@ web_modules/ # TypeScript cache *.tsbuildinfo -# Generated files -src/generated/asset-manifest.ts - # Optional npm cache directory .npm @@ -99,7 +96,9 @@ out # Nuxt.js build / generate output .nuxt dist -dev-dist + +# Electron Forge output +squashfs-root # Gatsby files .cache/ @@ -149,7 +148,7 @@ dev-dist /coverage # production -# (using dist, already ignored above) +/build # misc .DS_Store @@ -163,8 +162,4 @@ yarn-debug.log* yarn-error.log* .vscode -.cursor -.playwright-mcp - -.specstory -.cursorindexingignore \ No newline at end of file +.cursor \ No newline at end of file