From 436ee6ffe8643b5fc876e85c74881f87f487d176 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner Date: Mon, 18 Jan 2021 11:05:25 -0300 Subject: [PATCH] Update .gitignore --- .gitattributes | 2 +- .gitignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dfe0770..5a0d5e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index b248083..e645270 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ @@ -347,3 +348,6 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/