From 3323ed3728067d16afe9439c785d0e7f143ae0e2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 10:13:01 +0200 Subject: [PATCH] #68 - Polishing. Exclude IntelliJ files from git. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d3bee2..d163cb4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .project .settings/ .springBeans -target/ \ No newline at end of file +target/ +.idea +*.iml