删除没必要的问题

This commit is contained in:
huangsimin@fusen.cn
2023-12-20 10:39:35 +08:00
parent 2ff371bbb9
commit 1ac21ecf7f
7 changed files with 41 additions and 56 deletions

42
.gitignore vendored
View File

@@ -3,4 +3,44 @@ __debug_*
*.7z
*.tar
*.zip
*.gz
*.gz
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
#vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
__debug_bin
__debug_bin*
.idea
.vscode
screenlog.*