From 8e785d19c9725eeec848e90f5c841f3574dc9538 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 1 Jun 2026 08:16:56 -0400 Subject: [PATCH] BF: have to reinclude explicitly .github/workflows/ folder and files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise git would keep ignoring them! ❯ git add .github/workflows/code* The following paths are ignored by one of your .gitignore files: .github/workflows/codespell.yml hint: Use -f if you really want to add them. hint: Disable this message with "git config set advice.addIgnoredFile false" --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e723d3c3..e0f128c6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ src/scripts/__pycache__/ **.pyc **__pycache__ ** +!.github/ +!.github/workflows/ +!.github/workflows/** src/ontology/tmp/*