cpliakas / git-wrapper

A PHP wrapper around the Git command line utility.
MIT License
505 stars 68 forks source link

PhpStorm project files added to .gitignore #181

Closed rugabarbo closed 4 years ago

TomasVotruba commented 4 years ago

This is better ignored globally, see https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000154070-How-to-gitignore-idea-files

rugabarbo commented 4 years ago

This is better ignored globally, see https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000154070-How-to-gitignore-idea-files

@TomasVotruba thanks for the link. I know how global ignoring works :)

I decided to add PhpStorm project files to .gitignore, because NetBeans project files have already been added to it:

https://github.com/cpliakas/git-wrapper/blob/3a03ef70a37721d739a797ddb57a12a050c3e51d/.gitignore#L3

TomasVotruba commented 4 years ago

Oh, that should be removed then, before Github is flooded with IDEs cache files :)

Could you remove it please?

rugabarbo commented 4 years ago

Could you remove it please?

See #189 ;)