From 08cf3ea82fb71545b744093527b6cf64b559b71b Mon Sep 17 00:00:00 2001 From: khalil <842328916@qq.com> Date: Thu, 18 Sep 2025 15:26:10 +0800 Subject: [PATCH] =?UTF-8?q?gitignore-=E5=B0=86idea=20vscode=E7=AD=89?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=B7=A5=E5=85=B7=E9=85=8D=E7=BD=AE=E6=8E=92?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9af487435..e87be79a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ **/target/** -*.iml -*.idea -target/ -.idea - **/.DS_Store **/rebel.xml -**/.rebel.xml.bak -/tmpI18n/ -.lingma \ No newline at end of file +tmpI18n/ +python/ + +.idea +.lingma +.qoder +.qoderignore +.vscode