Skip to content

Commit 861d3d2

Browse files
authored
Merge pull request #1475 from JohnVillalovos/jlvillal/gitignore
chore: make certain dotfiles searchable by ripgrep
2 parents 489b0d3 + e4ce078 commit 861d3d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
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)