From f900e7e0ddba0ebefff5caa456df5dbc59d7f05a Mon Sep 17 00:00:00 2001 From: steveh-ivendi <46324585+steveh-ivendi@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:45:57 +0100 Subject: [PATCH] Ignore the .ionide working folder (#3108) If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b2480836..62e4e8f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -347,3 +347,6 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/