From a543a694b1650b68663ea749475a61d270a94f65 Mon Sep 17 00:00:00 2001 From: Marc Niederwieser Date: Mon, 4 Jul 2022 16:09:25 +0200 Subject: [PATCH] Extend VisualStudio.gitignore by $tf1 Usually $tf1 cache folder is created for init a TFS project. But the $tf1 is created when you connect to your team project after renaming. On the next renaming the $tf2 is created, so it makes sense to ignore $tf1 to $tf9. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..9de6d7db 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -123,6 +123,7 @@ ipch/ # TFS 2012 Local Workspace $tf/ +$tf[1-9]/ # Guidance Automation Toolkit *.gpState