From 4a88624e86cf190a24e5d38490f8271f9d7c6a0d Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期二, 25 六月 2024 16:46:51 +0800 Subject: [PATCH] 艺术戏剧(拖拽题测试) --- .gitignore | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..9553f0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,24 @@ -# Compiled Object files -*.slo -*.lo -*.o -*.obj +.DS_Store +node_modules +/dist +dist.* -# Compiled Dynamic libraries -*.so -*.dylib -*.dll -# Compiled Static libraries -*.lai -*.la -*.a -*.lib +# local env files +.env.local +.env.*.local -# Executables -*.exe -*.out -*.app +# 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.1