From c5b9490c90e606ccb34ad56d76b230d2d472a44e Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Fri, 5 Jan 2018 17:19:12 -0800 Subject: [PATCH] add userprefs for VS for Mac --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d209cf419..6743796d8 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,7 @@ PowerShellEditorServices.sln.ide/storage.ide *.jrs # Don't include PlatyPS generated MAML -module/PowerShellEditorServices/Commands/en-US/*-help.xml \ No newline at end of file +module/PowerShellEditorServices/Commands/en-US/*-help.xml + +# Visual Studio for Mac generated file +*.userprefs \ No newline at end of file