From 8e16bc027ac1af2f38c1c38087601277e486f0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Thu, 29 Dec 2022 11:05:37 +0100 Subject: [PATCH] Add nuget.config to .gitignore root exceptions Add nuget.config --- .gitignore | 1 + nuget.config | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 nuget.config diff --git a/.gitignore b/.gitignore index c0c35c1..246dda6 100644 --- a/.gitignore +++ b/.gitignore @@ -414,6 +414,7 @@ FodyWeavers.xsd #ignore all in root folder except the allowed values /* +!nuget.config !.editorconfig !.gitignore !LICENSE diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..cf4c076 --- /dev/null +++ b/nuget.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file