From de47121b399ea1992b39c5641785fb167e0b4246 Mon Sep 17 00:00:00 2001 From: tunapro Date: Thu, 23 Apr 2026 16:01:20 +0300 Subject: [PATCH] gitignore: .git-credentials (local push auth) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5ef6a52..2fde55d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,9 @@ .DS_Store *.pem +# git credentials (local push auth only — never commit) +.git-credentials + # debug npm-debug.log* yarn-debug.log*