From 374bb60d9910d6f84694e542a457bddbc8527652 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Wed, 7 Jan 2026 16:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ignore=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ gz_car_info.iml | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 gz_car_info.iml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a0ce04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.idea/ +/logs/ +/D:/ +/target/ \ No newline at end of file diff --git a/gz_car_info.iml b/gz_car_info.iml new file mode 100644 index 0000000..efdd677 --- /dev/null +++ b/gz_car_info.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file