diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-19 22:13:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 22:13:39 +0100 |
commit | 3ee061c270de3e3becbcaccaed20ffeba833808e (patch) | |
tree | 69344ce60381f9a4d67aa9ab140f545137e7bf04 | |
parent | 2210e56da57a9e82e6fd2977453b2de4af14bb6f (diff) | |
parent | c9318a9f73c532bee7ba81a41de1fb521ab25ced (diff) | |
download | gitlab-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |