diff --git a/src/e3/fs.py b/src/e3/fs.py index 743f1b73..adce3b48 100644 --- a/src/e3/fs.py +++ b/src/e3/fs.py @@ -556,6 +556,7 @@ def splitall(path: str) -> tuple[str, ...]: ".idea", ".python-version", ".gitlab-ci", + ".gitlab-ci.yml", ".vscode", ".github", )