From cce16488589ef2efe1aac76a15027c9e757cbfd7 Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Sat, 18 May 2024 16:48:34 +0800 Subject: [PATCH] Initial commit with .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a61b73c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*/target/* +*/.settings/* +*.classpath +*.project +*.prefs +*.class +*.iml +/.idea/* +*/.svn/* \ No newline at end of file