joseluisq/gitnow

Add support for ignore files persistently

Offen

#6 geöffnet am 30.10.2019

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Shell (27 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (491 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.md

1. Revert ignored file:

~> ignore --no README.md
~> cat .gitignore
# (empty)

Contributor Guide