From afe7d4f9b2e296bd27216cae3ccbbb2188762440 Mon Sep 17 00:00:00 2001 From: Fendy Date: Wed, 15 Jul 2026 23:24:22 +0800 Subject: [PATCH] update gitignore --- .gitignore | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6bca335..439aabf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,28 @@ -gen/ \ No newline at end of file +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local +src/gen/ +gen/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +nginx.conf \ No newline at end of file