summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-05-29 22:18:26 +0200
committerGitHub <noreply@github.com>2021-05-29 22:18:26 +0200
commit861d3d28ebca719d06bb004556daa12c24ffec72 (patch)
tree5343256481157d8212d77835d502238e06737a32
parent489b0d3068b30696f2ddc1dd5d8ad77b613ee914 (diff)
parente4ce078580f7eac8cf1c56122e99be28e3830247 (diff)
downloadgitlab-861d3d28ebca719d06bb004556daa12c24ffec72.tar.gz
Merge pull request #1475 from JohnVillalovos/jlvillal/gitignore
chore: make certain dotfiles searchable by ripgrep
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8fab157..6addc6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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