From 09e2c03ecf7de947614fe38f7e237fc700671999 Mon Sep 17 00:00:00 2001 From: aote777 <1540464777@qq.com> Date: Thu, 29 Feb 2024 22:40:48 +0800 Subject: [PATCH] =?UTF-8?q?gitignore=20git=20=E6=8F=90=E4=BA=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f4449 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# 忽略所有 .log 文件 +*.log + +# 忽略 node_modules 目录 +node_modules/ + +# 忽略 .env 文件 +.env + +# 哈哈哈 \ No newline at end of file