From c51e960e19568be1dc4f706b7d195bfc8ef187b9 Mon Sep 17 00:00:00 2001 From: Tom O'Hara Date: Thu, 9 Nov 2023 20:33:39 -0600 Subject: [PATCH] Puts .github exception before other rules --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cd72e10c..111cdc41 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,11 @@ # - Address the TODO's below. # +# Special cases +# TODO: see why excluded by the rules +# Workflow files (e.g., .github/workflows/tests.yml). +!.github/** + # Log files and listings # TODO: figure out how to apply to subdirs **/*.log @@ -29,11 +34,6 @@ # Likewise for trailing _'s (e.g., master-dir-link_) **/*_ -# Special cases -# TODO: see why excluded by the rules -# Workflow files (e.g., .github/workflows/tests.yml). -!.github/** - # Backup file **/*.bak **/backup/