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