diff --git a/.gitignore b/.gitignore index 9491a2f..ec9d909 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +# Visual Studio Code options directory +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ @@ -360,4 +362,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +