From fe945a3e069ba062b5e26d1d2339ee60d11acdb2 Mon Sep 17 00:00:00 2001 From: aronmal <57275207+aronmal@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:24:43 +0200 Subject: [PATCH] Update .gitignore --- backend/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 9b3a78d..0f945d3 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,6 +1,9 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +# Jetbains +.idea + # User-specific files *.suo *.user @@ -231,4 +234,4 @@ _Pvt_Extensions .paket/paket.exe # FAKE - F# Make -.fake/ \ No newline at end of file +.fake/