Skip to content

Commit e4ce078

Browse files
chore: make certain dotfiles searchable by ripgrep
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)
1 parent 90ecf2f commit e4ce078

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ docs/_build
1212
.tox
1313
.venv/
1414
venv/
15+
16+
# Include tracked hidden files and directories in search and diff tools
17+
!.commitlintrc.json
18+
!.dockerignore
19+
!.github/
20+
!.gitignore
21+
!.gitlab-ci.yml
22+
!.mypy.ini
23+
!.pre-commit-config.yaml
24+
!.readthedocs.yml
25+
!.renovaterc.json

0 commit comments

Comments
 (0)