From 29658ccfe99c268bc55ae535f75e414fb639c9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E6=98=B4?= Date: Thu, 6 Feb 2025 19:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d98841a..9c0d95d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,8 @@ hs_err_pid* # My own password -src/com/msksbr/SQL/PassWord.java \ No newline at end of file +src/com/msksbr/SQL/PassWord.java + +# JetBrains IDEs +*/.idea/ +*.iml \ No newline at end of file