From 8efcd00fce7a0e1397991d182e21e87d42dcb3bb Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Mon, 23 Sep 2024 20:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + ui/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 35a950e..3eab2be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /launcher.json +/dist # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/ui/.gitignore b/ui/.gitignore index 8ee54e8..c6657dd 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -1,3 +1,5 @@ +/dist.zip + # Logs logs *.log