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)

贡献者指南