From 6be5039163c5a7a0663b9dd0607a612967df0a11 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:06:12 +0800 Subject: [PATCH] ignore all files in config in git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 249af4a..55f911f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .DS_Store /bin /src/s*s/external/ -/src/config/config.json +/src/config/* +/build *.log *.crx *.pem \ No newline at end of file