summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-19 22:13:39 +0100
committerGitHub <noreply@github.com>2021-12-19 22:13:39 +0100
commit3ee061c270de3e3becbcaccaed20ffeba833808e (patch)
tree69344ce60381f9a4d67aa9ab140f545137e7bf04
parent2210e56da57a9e82e6fd2977453b2de4af14bb6f (diff)
parentc9318a9f73c532bee7ba81a41de1fb521ab25ced (diff)
downloadgitlab-3ee061c270de3e3becbcaccaed20ffeba833808e.tar.gz
Merge pull request #1757 from python-gitlab/jlvillal/gitignore
chore: add .env as a file that search tools should not ignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46c189f..80f96bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ venv/
# Include tracked hidden files and directories in search and diff tools
!.commitlintrc.json
!.dockerignore
+!.env
!.github/
!.gitignore
!.gitlab-ci.yml