mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-29 07:55:27 +08:00
Merge branch 'schema-ignore-hidden' of io/registry into master
This commit is contained in:
commit
9dd52fc82d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue