11 lines
216 B
Text
11 lines
216 B
Text
# Expand all .go files, anywhere in the repository
|
|
**.yaml
|
|
|
|
# All text files in the text directory
|
|
text/*.txt
|
|
|
|
# A specific file
|
|
a/b/c/d.json
|
|
|
|
# Batch files in both upper or lower case can be matched
|
|
**.[bB][aA][tT]
|