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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user