From 82d483406921aa92b6ce3a1af5d17d80ccb78256 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 04 七月 2025 09:39:57 +0800 Subject: [PATCH] 提交 --- admin/.gitignore | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/admin/.gitignore b/admin/.gitignore new file mode 100644 index 0000000..245a964 --- /dev/null +++ b/admin/.gitignore @@ -0,0 +1,24 @@ +.DS_Store +coderd.json +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -- Gitblit v1.9.3