Skip to content

Commit 911d31e

Browse files
committed
调整设置界面,删除多余资源
1 parent 870919f commit 911d31e

31 files changed

+272
-855
lines changed

.gitignore

+42-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
4+
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

66
# User-specific files
77
*.rsuser
@@ -90,6 +90,7 @@ StyleCopReport.xml
9090
*.tmp_proj
9191
*_wpftmp.csproj
9292
*.log
93+
*.tlog
9394
*.vspscc
9495
*.vssscc
9596
.builds
@@ -142,7 +143,9 @@ _TeamCity*
142143
!.axoCover/settings.json
143144

144145
# Coverlet is a free, cross platform Code Coverage Tool
145-
coverage*[.json, .xml, .info]
146+
coverage*.json
147+
coverage*.xml
148+
coverage*.info
146149

147150
# Visual Studio code coverage results
148151
*.coverage
@@ -291,6 +294,17 @@ node_modules/
291294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
292295
*.vbw
293296

297+
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
298+
*.vbp
299+
300+
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
301+
*.dsw
302+
*.dsp
303+
304+
# Visual Studio 6 technical files
305+
*.ncb
306+
*.aps
307+
294308
# Visual Studio LightSwitch build output
295309
**/*.HTMLClient/GeneratedArtifacts
296310
**/*.DesktopClient/GeneratedArtifacts
@@ -347,6 +361,9 @@ ASALocalRun/
347361
# Local History for Visual Studio
348362
.localhistory/
349363

364+
# Visual Studio History (VSHistory) files
365+
.vshistory/
366+
350367
# BeatPulse healthcheck temp database
351368
healthchecksdb
352369

@@ -356,8 +373,26 @@ MigrationBackup/
356373
# Ionide (cross platform F# VS Code tools) working folder
357374
.ionide/
358375

359-
# 用于测试模块功能
360-
Test/*
361-
362-
# Vscode
363-
.vscode/
376+
# Fody - auto-generated XML schema
377+
FodyWeavers.xsd
378+
379+
# VS Code files for those working on multiple tools
380+
.vscode/*
381+
!.vscode/settings.json
382+
!.vscode/tasks.json
383+
!.vscode/launch.json
384+
!.vscode/extensions.json
385+
*.code-workspace
386+
387+
# Local History for Visual Studio Code
388+
.history/
389+
390+
# Windows Installer files from build outputs
391+
*.cab
392+
*.msi
393+
*.msix
394+
*.msm
395+
*.msp
396+
397+
# JetBrains Rider
398+
*.sln.iml

About.jpg

-85.8 KB
Binary file not shown.

DvlErrLog.txt

-3
This file was deleted.

KeyboardMouseHookLibrary/FindWindowInfo.cs

-59
This file was deleted.

KeyboardMouseHookLibrary/GlobalHook.cs

-244
This file was deleted.

0 commit comments

Comments
 (0)