Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmuens opened this issue Mar 4, 2014 · 2 comments
Open

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

pmuens opened this issue Mar 4, 2014 · 2 comments

Comments

@pmuens
Copy link

pmuens commented Mar 4, 2014

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
Copy link

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

@nickmccurdy
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants