diff options
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -12,3 +12,14 @@ docs/_build .tox .venv/ venv/ + +# Include tracked hidden files and directories in search and diff tools +!.commitlintrc.json +!.dockerignore +!.github/ +!.gitignore +!.gitlab-ci.yml +!.mypy.ini +!.pre-commit-config.yaml +!.readthedocs.yml +!.renovaterc.json |