From 0f3f18590a75b74c35080b55ba86a36ee7245548 Mon Sep 17 00:00:00 2001 From: Eric-Terminal <121368508+Eric-Terminal@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=92=8C=20gitignore=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - config.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 config.json diff --git a/.gitignore b/.gitignore index b335fc5..ee92bee 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,4 @@ Thumbs.db # This file is generated by the application and contains user-specific secrets. # It should not be committed to version control. -config.json *.html \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config.json @@ -0,0 +1 @@ +{} \ No newline at end of file