From 75304b4e657de026707eb19f5d61c83e8c1b554b Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Wed, 23 Sep 2026 17:54:38 -0700 Subject: [PATCH] Ignore *.env: local secrets such as mattermost.env are never committed Co-Authored-By: Claude Opus 5.5 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c04b756..3ca9e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /target/ /spike/out/ /.state/ + +# Local secrets and accounts (for example mattermost.env): never commit. +*.env