diff --git a/.gitignore b/.gitignore index 3c4efe2..33fcc88 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,10 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# VS Shell project specific files and folders +**/.vs/ +*.~u +*.project.~u +*.suo \ No newline at end of file