joseluisq/gitnow

Add support for ignore files persistently

Ouverte

#6 ouverte le 30 oct. 2019

 (0 commentaire) (1 réaction) (0 personne assignée)Shell (27 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (491 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

1. Revert ignored file:

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

Guide contributeur