From c75d28fb0516374a4f639698b3c5e047f10abedf Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 27 Jul 2021 12:26:58 -0400 Subject: [PATCH] Initial commit --- .gitignore | 3 ++- Tesla.NET.csproj | 13 ------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 Tesla.NET.csproj diff --git a/.gitignore b/.gitignore index 557bf2c..c50acbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Program.cs .vscode bin -obj \ No newline at end of file +obj +Tesla.NET.csproj \ No newline at end of file diff --git a/Tesla.NET.csproj b/Tesla.NET.csproj deleted file mode 100644 index a3c7122..0000000 --- a/Tesla.NET.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - Exe - net5.0 - - - - - - - -