From 54fb41cb54459c988c47ea43a97735a8f314c7da Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 26 Mar 2020 14:26:38 -0600 Subject: [PATCH] changed to internal builds repo and added some files to .gitignore --- .gitignore | 1 + .gitmodules | 4 ++-- nuget.config | 13 +++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 nuget.config diff --git a/.gitignore b/.gitignore index e645270..3e9c2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -351,3 +351,4 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ +*.projectinfo diff --git a/.gitmodules b/.gitmodules index f3943a6..edb9189 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "submodules"] path = submodules - url = https://github.com/PepperDash/Essentials-Builds.git - branch = release +url=https://github.com/PepperDash-Engineering/essentials-builds.git + branch = release \ No newline at end of file diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..cf2445a --- /dev/null +++ b/nuget.config @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file