From 433ae7d6b4935c01ba127d3b300198244d3badd6 Mon Sep 17 00:00:00 2001 From: name Date: Mon, 1 Feb 2021 04:19:29 +0100 Subject: [PATCH] Add .idea to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ff19c5..a5abdbe 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ bin/**/* target/**/* build/**/* gen/**/* -out/**/* \ No newline at end of file +out/**/* + +.idea \ No newline at end of file