mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 06:46:19 +00:00
27 lines
759 B
Text
27 lines
759 B
Text
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
# Ignore Visual Studio temporary files
|
|
/.vs/
|
|
/v2rayN/.vs/
|
|
/v2rayN/v2rayN/bin/Debug/
|
|
/v2rayN/v2rayN/bin/Release/
|
|
/v2rayN/v2rayN/obj/
|
|
/v2rayN/.vs/v2rayN/DesignTimeBuild/
|
|
/v2rayN/packages
|
|
|
|
# Ignore project-specific files
|
|
.vs/ProjectSettings.json
|
|
.vs/slnx.sqlite
|
|
.vs/VSWorkspaceState.json
|
|
|
|
# Ignore v2rayUpgrade build directories
|
|
/v2rayN/v2rayUpgrade/bin/Debug/
|
|
/v2rayN/v2rayUpgrade/bin/Release/
|
|
/v2rayN/v2rayUpgrade/obj/
|
|
|
|
# User-specific files
|
|
*.user
|
|
|
|
# Ignore any other temporary files or directories you may want to exclude
|