From 5a606b8854f1054bb96332c7b8cfcfe403cebef8 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/