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).
This commit is contained in:
Zeeshan Khan
2026-06-02 13:29:26 +02:00
parent 4afbdcea1b
commit 10d7555d31
+5
View File
@@ -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