Adding .idea project folder to gitignore file. This will be usefull for PhpStorm users.

This commit is contained in:
brunoric
2014-08-22 16:58:54 -03:00
parent 9aff596bb5
commit 243cfa680b

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ build
*.log
# IDE
.idea
.project
.settings
.buildpath