From 8cd5346a97f989cb32d234f2cc8531aa91e090ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B4=E5=9C=A3=E4=BD=91?= Date: Sun, 26 Apr 2026 22:19:19 +0800 Subject: [PATCH] chore: ignore local config export --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f113c52..3d3192a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ .omx/ /node_modules /.runtime -/docs/新步骤顺序 \ No newline at end of file +/docs/新步骤顺序 +# Local exported runtime settings +/config.json