From c2e3c2a5d7ccf9e7cf36ebcc8d59fed8d3bafd8f Mon Sep 17 00:00:00 2001 From: Matthias Heisig Date: Thu, 4 Jan 2024 15:18:26 +0100 Subject: [PATCH] =?UTF-8?q?.gitignore=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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