From 3674716af1220173e97ccc674a98675c2f5b8f21 Mon Sep 17 00:00:00 2001 From: ofthelit Date: Wed, 1 Aug 2018 12:29:58 +0200 Subject: [PATCH] Ignore files from Local History plug-ins Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs. https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f431ddc7..ba2d39af 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -327,3 +327,6 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + +# Local History for Visual Studio +.localhistory/