Skip to content

Commit

Permalink
Merge pull request #1757 from python-gitlab/jlvillal/gitignore
Browse files Browse the repository at this point in the history
chore: add .env as a file that search tools should not ignore
  • Loading branch information
nejch committed Dec 19, 2021
2 parents 2210e56 + c9318a9 commit 3ee061c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -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
Expand Down

0 comments on commit 3ee061c

Please sign in to comment.