Add .idea (PhpStorm) to .gitignore (#381)

This commit is contained in:
slawkens 2020-02-11 08:46:59 +01:00 committed by GitHub
parent febeb5e4e1
commit cd971788cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.cache.php
engine/cache/*
engine/cache/*
.idea