From 01405dd32ebd453367b166412214dd8ff77bb845 Mon Sep 17 00:00:00 2001 From: Owen D'Aprile <17219838+owendaprile@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:49:01 -0400 Subject: [PATCH] Ignore WebStorm project configuration folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0af10d9b..1bd01fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.js -ignored \ No newline at end of file +ignored +.idea/ \ No newline at end of file