I\'m going to be collaborating on a project using Laravel and PHPStorm. After doing some research and working on a few projects, here is the .gitignore I\'ve come u
.gitignore
rm -rf .idea git-ignore .idea/ git commit -a -m 'deleted and ignored .idea/'
Reload project.