mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Ignore the .github directory
This commit is contained in:
parent
3d2c5f3016
commit
eb352e2876
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from utils import CaptureStd, find_globals
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
|
||||||
BLACKLIST_DIRS = frozenset(('.git', 'test'))
|
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github'))
|
||||||
INDENT_REGEX = re.compile(r'([\t]*)')
|
INDENT_REGEX = re.compile(r'([\t]*)')
|
||||||
BASIC_RESERVED = frozenset((r for r in dir(module_utils_basic) if r[0] != '_'))
|
BASIC_RESERVED = frozenset((r for r in dir(module_utils_basic) if r[0] != '_'))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue