octolab / cleaner

🛁 The Composer plugin to remove development files.
MIT License
15 stars 3 forks source link

Ignore Eclipse-specific files #25

Closed mlocati closed 8 years ago

mlocati commented 8 years ago

Questionnaire

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT

Description

Ignore Eclipse-specific files

kamilsk commented 8 years ago

@mlocati, sorry, but this is part of global .gitignore https://help.github.com/articles/ignoring-files/

I using PhpStorm and added .idea to ~/.gitignore_global. This is part of developer environment, not project.

You can't find this in another projects like https://github.com/symfony/http-foundation/blob/master/.gitignore

kamilsk commented 8 years ago

thanks for contributing!

mlocati commented 8 years ago

:+1: