Skip to content

Instantly share code, notes, and snippets.

@lpeterse
Created August 23, 2016 16:12
Show Gist options
  • Save lpeterse/d293231d72e6e6be560265e0a9cd8691 to your computer and use it in GitHub Desktop.
Save lpeterse/d293231d72e6e6be560265e0a9cd8691 to your computer and use it in GitHub Desktop.
Globbing
"*":
- "a": true
- "b": true
- "/": false
"/abc/def.txt.txt":
- "*": false
- "/*/*": true
- "/*/*.txt": true
- "/*/*.txt.*": true
- "/*/*.*.txt": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment