diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-29 22:18:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 22:18:26 +0200 |
commit | 861d3d28ebca719d06bb004556daa12c24ffec72 (patch) | |
tree | 5343256481157d8212d77835d502238e06737a32 | |
parent | 489b0d3068b30696f2ddc1dd5d8ad77b613ee914 (diff) | |
parent | e4ce078580f7eac8cf1c56122e99be28e3830247 (diff) | |
download | gitlab-861d3d28ebca719d06bb004556daa12c24ffec72.tar.gz |
Merge pull request #1475 from JohnVillalovos/jlvillal/gitignore
chore: make certain dotfiles searchable by ripgrep
-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 |