Merge branch 'schema-ignore-hidden' of io/registry into master

This commit is contained in:
jrb0001 2018-01-16 18:55:15 +00:00 committed by dn42 Git Service
commit 9dd52fc82d

View file

@ -354,6 +354,8 @@ def __index_files(path, use_file):
continue
for f in files:
if f[0] == ".":
continue
dom = FileDOM(os.path.join(root, f))
yield dom