From fa3e7460cd1f1f7dff9cdbcb95274192a1a33205 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Mon, 9 Sep 2019 18:46:14 +0200 Subject: [PATCH] ignore webstorm files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 80e940d53ce..83d689255c1 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,9 @@ tsconfig.json .vscode/settings.json *.code-workspace +# WebStorm +.idea + # misc fc-pregmod *.outline -- GitLab