Skip to content

Commit c9318a9

Browse files
chore: add .env as a file that search tools should not ignore
The `.env` file was not set as a file that should not be ignored by search tools. We want to have the search tools search any `.env` files.
1 parent ac7e329 commit c9318a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ venv/
1717
# Include tracked hidden files and directories in search and diff tools
1818
!.commitlintrc.json
1919
!.dockerignore
20+
!.env
2021
!.github/
2122
!.gitignore
2223
!.gitlab-ci.yml

0 commit comments

Comments
 (0)