From 7193c7c26f45f7d8a98a19cd1ea4844886a4c9e5 Mon Sep 17 00:00:00 2001 From: n7581769 Date: Thu, 5 Oct 2023 18:59:54 +1000 Subject: [PATCH] Removed the extra lines added to .fantomasignore and .gitignore. Signed-off-by: n7581769 --- .fantomasignore | 4 +--- .gitignore | 8 +------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.fantomasignore b/.fantomasignore index 9ac8718..c136f52 100644 --- a/.fantomasignore +++ b/.fantomasignore @@ -1,4 +1,2 @@ paket-files/ -tests/ -*.bak -Test.fsx \ No newline at end of file +tests/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 74c302f..f3a0651 100644 --- a/.gitignore +++ b/.gitignore @@ -360,10 +360,4 @@ output/ tmp/ # FAKE -.fake - -# Code backups -*.bak - -# Test script -Test.fsx \ No newline at end of file +.fake \ No newline at end of file