From c9318a9f73c532bee7ba81a41de1fb521ab25ced Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 17 Dec 2021 20:56:37 -0800 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46c189f10..80f96bb7f 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