From 5aafff6310db2d2295ac3a565f796dc7bca9fd4b Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Thu, 7 May 2020 10:24:29 -0400 Subject: [PATCH] chore: add InteliJ editor project files to the .gitignore list. (#61) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a2f2017..67dc351 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ /tmp/runner-build /demo/tmp +.idea +*.iml .vscode .DS_Store .swp