aboutsummaryrefslogtreecommitdiff
path: root/src/fs-types.json
blob: 8f4d7c924e5c41145401ed31a136e8565c8db479 (plain)
1
2
3
4
5
[
  { "identifier": "*", "descriptor": "All Files", "regex": "(.*)" },
  { "identifier": "*.exe", "descriptor": "Executable Files", "regex": "(.*exe$)" },
  { "identifier": "*.txt", "descriptor": "Text Files", "regex": "(.*txt$)" }
]