diff --git a/Readme.md b/Readme.md index a82e584..efc60ed 100644 --- a/Readme.md +++ b/Readme.md @@ -321,12 +321,6 @@ $ git ignore build "*.o" "*.log" ... added '*.log' ``` -Add patterns from an existing template: - -```bash -$ git ignore -t rails -``` - Without any patterns, `git-ignore` displays currently ignored patterns: ```bash