From 51115d7c1eeee45fafe3edfcebdc92fb251e9bcb Mon Sep 17 00:00:00 2001 From: Will Pimblett Date: Sat, 25 Jan 2020 17:27:22 +0000 Subject: [PATCH] Ignore .idea directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7688c51..61e608f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ dist/ # Cache dirs of program .htmltest + +# JetBrains config +.idea/