File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -362,12 +362,12 @@ full pathname may have special meaning:
362362
363363 - A leading "`**`" followed by a slash means match in all
364364 directories. For example, "`**/foo`" matches file or directory
365- "`foo`" anywhere, the same as pattern "`foo`". "**/foo/bar"
365+ "`foo`" anywhere, the same as pattern "`foo`". "` **/foo/bar` "
366366 matches file or directory "`bar`" anywhere that is directly
367367 under directory "`foo`".
368368
369- - A trailing "/**" matches everything inside. For example,
370- "abc/**" matches all files inside directory "abc", relative
369+ - A trailing "` /**` " matches everything inside. For example,
370+ "` abc/**` " matches all files inside directory "abc", relative
371371 to the location of the `.gitignore` file, with infinite depth.
372372
373373 - A slash followed by two consecutive asterisks then a slash
You can’t perform that action at this time.
0 commit comments