Skip to content

Commit

Permalink
chore: make certain dotfiles searchable by ripgrep
Browse files Browse the repository at this point in the history
By explicitly NOT excluding the dotfiles we care about to the
.gitignore file we make those files searchable by tools like ripgrep.

By default dotfiles are ignored by ripgrep and other search tools (not
grep)
  • Loading branch information
JohnVillalovos committed May 29, 2021
1 parent 90ecf2f commit e4ce078
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Expand Up @@ -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

0 comments on commit e4ce078

Please sign in to comment.