Skip to content

Commit ed65d62

Browse files
authored
No longer need to warn for .ionide directory
1 parent 8941b3e commit ed65d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Gitignore.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module Gitignore =
5959
let disablePromptForProject () =
6060
Configuration.set GITIGNORE_KEY (Some(box false))
6161

62-
let patternsToIgnore = [ ".fake"; ".ionide" ]
62+
let patternsToIgnore = [ ".fake"; ]
6363

6464
let checkForPatternsAndPromptUser () =
6565
promise {

0 commit comments

Comments
 (0)