bariscanyilmaz / dotignore

Creat your .gitignore files with CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature:Append Option

bariscanyilmaz opened this issue · comments

Add new feature append option

when you run dotignore, if .gitignore file doesn't exist it creates a new file, if it does it overwrite previous file. So adding append option like --apppend or -a will prevent overwriting to existing file.