Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4ce078

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 (notgrep)
1 parent90ecf2f commite4ce078

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)

[8]ページ先頭

©2009-2025 Movatter.jp