From d9a4afa7e8ffbb63c9ccce2e628fde9ca4a48bb9 Mon Sep 17 00:00:00 2001 From: tian jiax <446100073@qq.com> Date: Fri, 17 May 2024 14:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7af0a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/.idea/ +/landcover-S-SAR/build/ +/landcover-S-SAR/dist/ +/Ortho/build/ +/Ortho/dist/ +/backScattering/build/ +/backScattering/dist/ +/leafAreaIndex-S-SAR/build/ +/leafAreaIndex-S-SAR/dist/ +/soilMoisture-S-SAR/build/ +/soilMoisture-S-SAR/dist/ \ No newline at end of file