From 44d80187c6be84f3a3d081a09a3d9d1ec86e89f1 Mon Sep 17 00:00:00 2001 From: Mahdi Tamadon Date: Wed, 6 Feb 2019 21:29:15 +0330 Subject: [PATCH] feat(gitignore): Ignore VSCode & Webstorm history directories (#38) Committing history and other IDE/Editor files make problem in team projects. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 433a215..1e91f57 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ tmp # The development sqlite file database/development.sqlite + +# VSCode & Webstorm history directories +.history +.idea