oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

packages/.gitignore is not updated if package is removed #260

Open pmuens opened 10 years ago

pmuens commented 10 years ago

It would be great if the .gitignore-File updates if one removes packages.

E.g. if I install the package bootstrap-3 with mrt add bootstrap-3

The content of the packages/.gitignore file looks like this: /bootstrap-3

However, if I uninstall bootstrap-3 with mrt remove bootstrap-3

the content of the packages/.gitignore file still looks like this: /bootstrap-3

This is not a bug, but it would be awesome if the .gitignore-File only contains pattern matcher for installed packages.

felixrabe commented 10 years ago

+1, just encountered this issue, and stale stuff and weird Git history are not my friends.

nickserv commented 10 years ago

:+1: