From aafc72453a4f775f6003758afea7d0261aa07c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E6=B5=B7=E6=B4=8B?= Date: Sat, 23 May 2026 14:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore=EF=BC=8C=E5=BF=BD?= =?UTF-8?q?=E7=95=A5node=5Fmodules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4dd6b01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# 依赖目录 +node_modules/ + +# 日志 +logs/ +*.log + +# 环境变量 +.env +.env.local +.env.development + +# 编辑器配置 +.idea/ +.vscode/ +*.swp +*.swo + +# 系统文件 +.DS_Store +Thumbs.db \ No newline at end of file