refactor: exclude underscored files from autodiscovery (#888)

This commit is contained in:
Juro Oravec 2025-01-07 19:48:41 +01:00 committed by GitHub
parent 1e4b556b4d
commit 203d29f511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 21 additions and 4 deletions

View file

@ -0,0 +1,2 @@
# This file checks that the autodiscovery does not load files from
# subdirs that start with an underscore.

View file

@ -0,0 +1 @@
# This file checks that the autodiscovery does not load files that start with an underscore.