From f7304b5e4405d42e03446291c6a0766f14b2aef3 Mon Sep 17 00:00:00 2001 From: Dentsor Date: Sun, 7 Mar 2021 23:15:53 +0100 Subject: [PATCH] Add IntelliJ/Rider IDEA configuration to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3f441ab..fe4215f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +# Ignore all IntelliJ/Rider workspace +**/.idea/* + + # Created by https://www.toptal.com/developers/gitignore/api/csharp,visualstudiocode,rider # Edit at https://www.toptal.com/developers/gitignore?templates=csharp,visualstudiocode,rider