diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eceaff7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,90 @@ +################################################## +# Visual Studio +################################################## + +# Visual Studio 工作区缓存 +.vs/ +**/.vs/ + +# 用户配置 +*.user +*.suo +*.userosscache +*.sln.docstates + +################################################## +# Build 输出 +################################################## + +# 编译输出目录 +bin/ +obj/ +**/bin/ +**/obj/ + +################################################## +# Rider / VS Code +################################################## + +.idea/ +.vscode/ + +################################################## +# NuGet +################################################## + +*.nupkg +packages/ + +################################################## +# 日志 +################################################## + +*.log + +################################################## +# 临时文件 +################################################## + +*.tmp +*.temp + +################################################## +# 测试结果 +################################################## + +TestResults/ + +################################################## +# 发布目录 +################################################## + +publish/ + +################################################## +# Windows +################################################## + +Thumbs.db +Desktop.ini + +################################################## +# JetBrains +################################################## + +_ReSharper*/ +*.DotSettings.user + +################################################## +# 缓存 +################################################## + +*.cache + +################################################## +# 数据库(如果有) +################################################## + +*.db +*.sqlite +*.sqlite3 \ No newline at end of file diff --git a/.vs/ParkingRobot/v17/DocumentLayout.backup.json b/.vs/ParkingRobot/v17/DocumentLayout.backup.json deleted file mode 100644 index 5e43650..0000000 --- a/.vs/ParkingRobot/v17/DocumentLayout.backup.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "D:\\@FariyLandTask\\@FRLD-GitProject\\ParkingRobot\\", - "Documents": [], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": -1, - "Children": [ - { - "$type": "Bookmark", - "Name": "ST:132:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:133:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:134:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:135:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:136:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:137:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" - }, - { - "$type": "Bookmark", - "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/.vs/ParkingRobot/v17/DocumentLayout.json b/.vs/ParkingRobot/v17/DocumentLayout.json deleted file mode 100644 index 5e43650..0000000 --- a/.vs/ParkingRobot/v17/DocumentLayout.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "Version": 1, - "WorkspaceRootPath": "D:\\@FariyLandTask\\@FRLD-GitProject\\ParkingRobot\\", - "Documents": [], - "DocumentGroupContainers": [ - { - "Orientation": 0, - "VerticalTabListWidth": 256, - "DocumentGroups": [ - { - "DockedWidth": 200, - "SelectedChildIndex": -1, - "Children": [ - { - "$type": "Bookmark", - "Name": "ST:132:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:133:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:134:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:135:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:136:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:137:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" - }, - { - "$type": "Bookmark", - "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}" - } - ] - } - ] - } - ] -} \ No newline at end of file