diff --git a/.gitignore b/.gitignore index dfcfd56..9f182bd 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,7 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ +.idea/ + +# for now, ignore vscode configs +.vscode/ \ No newline at end of file diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..db83521 --- /dev/null +++ b/nuget.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file