feat(gitignore): Ignore VSCode & Webstorm history directories (#38)

Committing history and other IDE/Editor files make problem in team projects.
This commit is contained in:
Mahdi Tamadon 2019-02-06 21:29:15 +03:30 committed by Romain Lanz
parent fd621ca5ae
commit 44d80187c6

4
.gitignore vendored
View File

@ -10,3 +10,7 @@ tmp
# The development sqlite file # The development sqlite file
database/development.sqlite database/development.sqlite
# VSCode & Webstorm history directories
.history
.idea