From 221c79ca274bf266d92338e13ad1107e32e65e98 Mon Sep 17 00:00:00 2001 From: Vladimir K <1472540+vladimir0ne1@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:10:42 +0300 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4a915f..2d65688 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,9 @@ Generated\ Files/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +bin/ +obj/ + # NUnit *.VisualState.xml TestResult.xml @@ -350,4 +353,4 @@ healthchecksdb MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder -.ionide/ \ No newline at end of file +.ionide/