Add .idea folder to the gitignore for ignoring Jetbrains IDE (webstorm) config files (#126)

This commit is contained in:
Kirill Arutyunov 2019-10-06 17:10:02 +03:00 committed by Pranav Raj S
parent 9b9aee4657
commit 9759c7432f

3
.gitignore vendored
View file

@ -35,3 +35,6 @@ config/application.yml
public/uploads
public/packs
# ignore jetbrains IDE files
.idea