From 5f80de49c4a00416591054180bf809a12a76d686 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 07 十一月 2024 16:40:53 +0800 Subject: [PATCH] 1 --- .gitignore | 45 ++++++++++++++++++++++++++++++++++----------- 1 files changed, 34 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index e725e92..e4373de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,37 @@ -/.vs/LFServer/v17/.suo +/.vs/ExportMap/v17/.suo /.vs /packages +/*.suo +/*.v11.suo +/*/*.csproj.user +/*/.vs +/*/bin +/*/obj -/LFServer.v11.suo -/LFServer/uploads -/LFServer/bin -/LFServer/obj -/LFServer/LFServer.csproj.user -/LFServer/styleFolder -/LFServer/downloadFolder -/LFServer/publishFolder -/LFServer/DLL/catalog.db - +/ExportMap/uploads +/ExportMap/styleFolder +/ExportMap/downloadFolder +/ExportMap/publishFolder +/ExportMap/DLL/catalog.db +/ExportMap/Sources/*.png +/ExportMap/Sources/venv +/ExportMap/Sources/.idea +/ExportMap/Sources/.vs +/ExportMap/Sources/data +/ExportMap/Sources/log.txt +/ExportMap/Sources/shps +/ExportMap/App_Data +/ExportMap/temp +/ExportMap/TerraBuilder/mpt +/ExportMap/TerraBuilder/temp +/MySqlCtrl +/CutTiles +/MoonExp/Sources/Test.png +/MoonExp/Sources/log.txt +/ExportMap/Sources/bak/*.qpt +/ExportMap/TerraBuilder/tb01.tbp +/MoonExp/Sources/Moon.qgz +/MoonExp/Sources/Moon.qpt +/MoonExp/Sources/MoonExp.py +/ExportMap/Sources/bak +/JiangSu/Resources/log.txt -- Gitblit v1.9.3