From 5118891c41e78196060422cf5c8b60c816b45b64 Mon Sep 17 00:00:00 2001 From: xion Date: Tue, 25 Jun 2024 00:53:19 +0800 Subject: [PATCH] add gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df18839..e3d9997 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules dist -# dist/app.cjs \ No newline at end of file +# dist/app.cjs + +app.config.json5 \ No newline at end of file