diff options
author | ofthelit <ofthelit@users.noreply.github.com> | 2018-08-01 12:29:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 12:29:58 +0200 |
commit | 3674716af1220173e97ccc674a98675c2f5b8f21 (patch) | |
tree | b69bd40d56983a94444bd09820800950c8889c5d /VisualStudio.gitignore | |
parent | 967cd6479319efde70a6fa44fa1bfa02020f2357 (diff) | |
download | gitignore-3674716af1220173e97ccc674a98675c2f5b8f21.tar.gz gitignore-3674716af1220173e97ccc674a98675c2f5b8f21.zip |
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
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |