From cc18811c75763c5125ea49c3469ec5072929734c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=AD=8C=E4=B8=AA=E7=99=BE=E5=BA=A6?= Date: Sat, 18 Oct 2025 14:44:50 +0800 Subject: [PATCH] Add license.key to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c24fb59..0123a17 100755 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ data/ # Config config.json +license.key *.backup *.old