summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-12-17 20:56:37 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-12-17 20:56:37 -0800
commitc9318a9f73c532bee7ba81a41de1fb521ab25ced (patch)
tree6f626eac73f872b5ceebc02148a271dfcc40f1ba
parentac7e32989a1e7b217b448f57bf2943ff56531983 (diff)
downloadgitlab-c9318a9f73c532bee7ba81a41de1fb521ab25ced.tar.gz
chore: add .env as a file that search tools should not ignorejlvillal/gitignore
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.
-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