From 50b13d1d7bdf34773012256b87f16aa82d5812cd Mon Sep 17 00:00:00 2001 From: xuliangchao Date: Tue, 28 Apr 2026 17:35:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Egitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39d502a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.idea/** +target/** +*.iml +**/target/** +/*.jar +/*/*.jar +/.fastRequest +/logs +/workspace +/**/*.tar \ No newline at end of file