We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###Add patterns to an existing .gitignore file git ignore add <file> <pattern1>[,<pattern2>,...]
git ignore add <file> <pattern1>[,<pattern2>,...]
Adds one or more patterns to the specified .gitignore
###Parameters
`<file>` : the .gitignore file to populate
`<pattern1>[,<pattern2>,...]` : comma separated list of pattern names to add
pattern names are the one listed using git ignore list command and are case sensitive.
git ignore list