From 0aeeae968b10c24f86eec04fe3a6ed552454f299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E8=89=B3?= <2836604403@qq.com> Date: Thu, 19 Jun 2025 16:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab46090 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/suzhou-iot-service/DataAcquisition/obj +/suzhou-iot-service/DataAcquisition/bin +/suzhou-iot-service/Gather.BLL/obj +/suzhou-iot-service/Gather.BLL/bin +/suzhou-iot-service/Gather.Common/obj +/suzhou-iot-service/Gather.Common/bin +/suzhou-iot-service/Gather.DAL/bin +/suzhou-iot-service/Gather.DAL/obj +/suzhou-iot-service/Gather.IBLL/obj +/suzhou-iot-service/Gather.IBLL/bin +/suzhou-iot-service/Gather.IDAL/obj +/suzhou-iot-service/Gather.IDAL/bin +/suzhou-iot-service/Gather.Model/obj +/suzhou-iot-service/Gather.Model/bin +/suzhou-iot-service/Gather.Mysql/obj +/suzhou-iot-service/Gather.Mysql/bin +/suzhou-iot-service/GatherAPI/obj +/suzhou-iot-service/GatherAPI/bin