From 610b5e11b0f8e6d7892fc6a4e65cb9eef654b1a5 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Thu, 14 Feb 2019 17:39:03 +0100 Subject: [PATCH] Update ref and add .gitignore --- .gitignore | 3 +++ Bot-Utils/Bot-Utils.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04d91a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vs +/Bot-Utils/obj +/Bot-Utils/bin diff --git a/Bot-Utils/Bot-Utils.csproj b/Bot-Utils/Bot-Utils.csproj index bbef9c0..016f3d0 100644 --- a/Bot-Utils/Bot-Utils.csproj +++ b/Bot-Utils/Bot-Utils.csproj @@ -36,7 +36,7 @@ - ..\..\Zway-Bot\packages\Mono.Posix.dll + ..\..\..\Zway-Bot\packages\Mono.Posix.dll