diff options
| author | amy <[email protected]> | 2023-02-17 08:21:11 -0600 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-17 08:21:11 -0600 |
| commit | e7d1f7b9d1a41d0af7310728f7303b98dff892ae (patch) | |
| tree | 8444e3b46b40f92265e28d169839d8b7fce343e0 /src/fs-types.json | |
| parent | 790800225cdb29bb711533286bde7c60e4700728 (diff) | |
5% better :)
Diffstat (limited to 'src/fs-types.json')
| -rw-r--r-- | src/fs-types.json | 4 |
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" } +] |
