From f9b65b71f02081d16fbc11713105d5392e829757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marti=CC=81n=20M?= Date: Fri, 28 Jun 2019 00:05:59 -0300 Subject: [PATCH] ignore webstorm files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e43a726..ed9b454 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,5 @@ typings/ .dynamodb/ # End of https://www.gitignore.io/api/node + +.idea/ \ No newline at end of file