aboutsummaryrefslogtreecommitdiff
path: root/src/fs-types.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs-types.json')
-rw-r--r--src/fs-types.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs-types.json b/src/fs-types.json
new file mode 100644
index 0000000..4b1d9f7
--- /dev/null
+++ b/src/fs-types.json
@@ -0,0 +1,4 @@
+[
+ { "identifier": "*", "descriptor": "All Files", "regex": "/(.*)/g" },
+ { "identifier": "*.txt", "descriptor": "Text Files", "regex": "/(.*txt$)/g" }
+]