We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###Delete one or more patterns from a .gitignore file git ignore delete <file> <pattern1>[,<pattern2>,...]
git ignore delete <file> <pattern1>[,<pattern2>,...]
Removes one or more patterns from the specified .gitignore
###Parameters
`<file>` : the .gitignore file to treat
`<pattern1>[,<pattern2>,...]` : comma separated list of pattern names to remove
pattern names are the one listed using git ignore list command and are case sensitive.
git ignore list
This can only remove patterns added by this tool !!!*