ITADN

[Git Formats] Git Ignore and Attributes character class

#4526Openmichaelblyons 创建于 2026-04-16
C: Syntax
M
michaelblyonscommented
### What happened? In `.gitignore` and `.gitattributes`, a file pattern like the one below does not quite tokenize correctly: ```gitignore foo[[:space:]]bar.txt ```
0 条评论