From 2f09b677e38b85b95fea5c58eb9ef33a29055fd6 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Jan 2024 14:28:38 -0500 Subject: [PATCH] Do not ignore .codespellrc from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 641714d16..ef88e6411 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.db *~ .* +!.codespellrc *.py.bak