From c94a0c94f333ffa6fb45ae3af768bc36119ce5fd Mon Sep 17 00:00:00 2001 From: mcrakhman Date: Tue, 13 Sep 2022 16:34:26 +0200 Subject: [PATCH] Add .idea to gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c9..2bc7dc72 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,12 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Intelli-J files +.idea + +# MacOS file that stores custom attributes of its containing folder, +# such as folder view options, icon positions, and other visual information +.DS_Store + # Dependency directories (remove the comment below to include it) # vendor/