gitignore: .git-credentials (local push auth)
All checks were successful
Deploy stable / deploy (push) Successful in 20s

This commit is contained in:
2026-04-23 16:01:20 +03:00
parent 8b480c036c
commit de47121b39

3
.gitignore vendored
View File

@@ -24,6 +24,9 @@
.DS_Store .DS_Store
*.pem *.pem
# git credentials (local push auth only — never commit)
.git-credentials
# debug # debug
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*