From 90ddfb8c840b8783a88753293a0389e2fba8a2fd Mon Sep 17 00:00:00 2001 From: Todd Baur Date: Thu, 9 Mar 2017 00:00:43 +0900 Subject: [PATCH] ignore jetbrains folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 75be4c5f..162b9c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ test_app/.embark/development/ test_app/config/production/password test_app/node_modules/ test_app/chains.json +.idea \ No newline at end of file