From 10d7555d31fdcf4785679ce01c627c3ee7136818 Mon Sep 17 00:00:00 2001 From: Zeeshan Khan Date: Tue, 2 Jun 2026 13:29:26 +0200 Subject: [PATCH] chore: ignore developer_instructions.txt (contains production credentials, Gitea admin password, secrets) This ensures the sensitive file is never accidentally staged or pushed, even with 'git add .' or similar commands. The file remains locally for developer reference (as described in the document itself). --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5ef6a52..1efa2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,8 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# Developer / deployment instructions +# Contains sensitive production credentials (Gitea admin password, DB password, secrets, SSH keys, etc.) +# This file MUST NEVER be committed or pushed. +developer_instructions.txt