Add support for .meta.json files associated with .txt files

This commit is contained in:
Lucien Greathouse
2019-10-08 17:44:23 -07:00
parent 2393a1a114
commit 30351f7b9d
5 changed files with 24 additions and 5 deletions

View File

@@ -15,4 +15,5 @@ metadata:
Path: /foo.txt
relevant_paths:
- /foo.txt
- /foo.meta.json
children: []

View File

@@ -27,4 +27,5 @@ children:
Path: /foo/src/hello.txt
relevant_paths:
- /foo/src/hello.txt
- /foo/src/hello.meta.json
children: []