From 3de405b0457eaf0158273a944428316e63565545 Mon Sep 17 00:00:00 2001 From: Nicolas Roche Date: Mon, 8 Apr 2024 10:32:37 +0200 Subject: [PATCH] Add .gitlab-ci.yaml to VCS_IGNORE_LIST --- src/e3/fs.py | 1 + 1 file changed, 1 insertion(+) 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", )