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