aboutsummaryrefslogtreecommitdiff
path: root/src/fs-types.json
diff options
context:
space:
mode:
authoramy <[email protected]>2023-02-17 08:21:11 -0600
committeramy <[email protected]>2023-02-17 08:21:11 -0600
commite7d1f7b9d1a41d0af7310728f7303b98dff892ae (patch)
tree8444e3b46b40f92265e28d169839d8b7fce343e0 /src/fs-types.json
parent790800225cdb29bb711533286bde7c60e4700728 (diff)
5% better :)
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" }
+]