chore: ignore google-sa.json в git и docker context
Some checks failed
Deploy / deploy (push) Failing after 1m35s
Some checks failed
Deploy / deploy (push) Failing after 1m35s
This commit is contained in:
@@ -12,6 +12,7 @@ dist
|
||||
|
||||
# Env / секреты — на сервере есть отдельный tablet.env
|
||||
.env*
|
||||
google-sa.json
|
||||
|
||||
# Документация / временные
|
||||
*.md
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -27,6 +27,9 @@ yarn-error.log*
|
||||
.env*.local
|
||||
.env
|
||||
|
||||
# secrets — приватный ключ Google Service Account; читается из env GOOGLE_SA_JSON
|
||||
google-sa.json
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user