From 3d072eb65a414011737dd7afd2adc4354125ec88 Mon Sep 17 00:00:00 2001 From: CanvasL <746591811@qq.com> Date: Fri, 30 Aug 2024 13:11:53 +0800 Subject: [PATCH] feat: add gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33a2953..a5478d7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ node_modules bun.lockb pnpm-lock.yaml -.DS_Store \ No newline at end of file +.DS_Store + +config.local.yaml \ No newline at end of file