From 58c029beba6246fab7878129850515f09e192048 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Mon, 23 Mar 2026 08:28:15 +0800 Subject: [PATCH] feat: add .tmp/ directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7067bf4..4a42d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ npm-debug.log* # Package lock (optional - remove if you want to commit it) # package-lock.json -tmp/ \ No newline at end of file +tmp/ +.tmp/