From 353594656a8c29bc7388795c2742dd9478226ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Sat, 11 Feb 2023 14:17:05 +0100 Subject: [PATCH] Ignore most dotfiles in the root (#210) To allow some flexibility in the tools used by contributors. --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5883706..7e97d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +/.* + +!/.gitignore +!/.github + .cache/ __pycache__/ docs/_build/ @@ -5,9 +10,7 @@ build/ htmlcov/ *,cover .mypy_cache/ -/.dmypy.json .pytest_cache/ coverage.xml /dist/ /injector.egg-info/ -/.coverage