Update .gitignore

refactoring codes
This commit is contained in:
DecorativeFamily 2024-11-07 18:17:13 +03:30 committed by GitHub
parent 781e12e5db
commit 36175a9d59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
.gitignore vendored
View file

@ -1,19 +1,27 @@
################################################################################ ################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 # 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################ ################################################################################
# Ignore Visual Studio temporary files
/.vs/
/v2rayN/.vs/ /v2rayN/.vs/
/v2rayN/v2rayN/bin/Debug/app.publish /v2rayN/v2rayN/bin/Debug/
/v2rayN/v2rayN/bin/Debug /v2rayN/v2rayN/bin/Release/
/v2rayN/v2rayN/bin/Release
/v2rayN/v2rayN/obj/ /v2rayN/v2rayN/obj/
/v2rayN/.vs/v2rayN/DesignTimeBuild /v2rayN/.vs/v2rayN/DesignTimeBuild/
/v2rayN/packages /v2rayN/packages
# Ignore project-specific files
.vs/ProjectSettings.json .vs/ProjectSettings.json
.vs/slnx.sqlite .vs/slnx.sqlite
.vs/VSWorkspaceState.json .vs/VSWorkspaceState.json
/v2rayN/v2rayUpgrade/bin/Debug
/v2rayN/v2rayUpgrade/bin/Release # Ignore v2rayUpgrade build directories
/v2rayN/v2rayUpgrade/bin/Debug/
/v2rayN/v2rayUpgrade/bin/Release/
/v2rayN/v2rayUpgrade/obj/ /v2rayN/v2rayUpgrade/obj/
# User-specific files
*.user *.user
/.vs/v2rayN
# Ignore any other temporary files or directories you may want to exclude