joseluisq/gitnow

Add support for ignore files persistently

オープン

#6 opened on 2019/10/30

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Shell (27 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (491 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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)

コントリビューターガイド