From 20c8e776328934ac229c02768c723ea4f68116d0 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Sun, 7 Jul 2024 16:14:43 -0700 Subject: [PATCH] Un-ignore .github This allows ripgrep to search within it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d5a7e37..ce02d56 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ apidocs/ /.tox/ .DS_Store/ coverage.xml +!/.github/