From 6e302fcf72c6c60e695cebf18780860ccab25536 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Tue, 24 Mar 2026 16:05:53 -0400 Subject: [PATCH] Avoid committing env files Currently used to test cloudflare automatic under attack --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a9fa33c..be77275 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ drush/drush.yml ## Ignore vagrant-created files. .vagrant +## Do not add environment settings: +/.env ## Ignore lock file during development / not used on platform anyway ## Temporarily allow deployment of select contrib modules (by permitting the lock file). ## So far we are using select contrib modules for migration only, which wouldn't