joseluisq/gitnow

Add support for ignore files persistently

開放

#6 建立於 2019年10月30日

 (0 則留言) (1 個反應) (0 位負責人)Shell (27 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (491 顆星)
PR 合併指標
 (30 天內沒有已合併 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)

貢獻者指南