-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
It would be great if we can support a command to ignore (or revert) files on demand and place them into .gitignore file.
Proposal: I suggest to add an ignore command.
1. Ignore a file:
~> ignore README.md
~> cat .gitignore
# README.md1. Revert ignored file:
~> ignore --no README.md
~> cat .gitignore
# (empty)edheltzel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed