From b3371200de695e0e3e20c2d0f4fdcb309c6ce96a Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 07 七月 2025 15:16:54 +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