From db2510fac523ee87aaea9f89cf774114d5996e3c Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 10 Mar 2020 08:21:27 +0800 Subject: [PATCH] Create .gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b5d8031c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +################################################################################ +# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 +################################################################################ + +/v2rayN/.vs/ +/v2rayN/v2rayN/bin/Debug/app.publish +/v2rayN/v2rayN/bin/Debug +/v2rayN/v2rayN/obj/Debug +/v2rayN/.vs/v2rayN/DesignTimeBuild +/v2rayN/v2rayN/bin/Release +/v2rayN/v2rayN/obj/Release +/v2rayN/packages +.vs/ProjectSettings.json +.vs/slnx.sqlite +.vs/VSWorkspaceState.json +/v2rayN/v2rayUpgrade/bin/Debug +/v2rayN/v2rayUpgrade/obj/Debug +/v2rayN/v2rayUpgrade/bin/Release +/v2rayN/v2rayUpgrade/obj/Release \ No newline at end of file