From 68bfe3650fc04ffbb02241b4dbc468cad60de40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Cardao?= Date: Fri, 31 May 2024 14:21:27 +0200 Subject: [PATCH] Add 'comment' file to list of file to ignore --- src/e3/fs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/e3/fs.py b/src/e3/fs.py index adce3b48..c8c46898 100644 --- a/src/e3/fs.py +++ b/src/e3/fs.py @@ -559,6 +559,7 @@ def splitall(path: str) -> tuple[str, ...]: ".gitlab-ci.yml", ".vscode", ".github", + "comment", )