From 61c3d760da37e6d81d9bf77b7d9380bc94ea8bcc Mon Sep 17 00:00:00 2001 From: Matt Buell Date: Sun, 4 Oct 2020 20:15:51 -0400 Subject: [PATCH] add .idea folder to .gitignore (#4926) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0fcb3422..8b40529a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ yarn-error.log .DS_Store .vscode/settings.json +.idea