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 / секреты — на сервере есть отдельный tablet.env
|
||||||
.env*
|
.env*
|
||||||
|
google-sa.json
|
||||||
|
|
||||||
# Документация / временные
|
# Документация / временные
|
||||||
*.md
|
*.md
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -27,6 +27,9 @@ yarn-error.log*
|
|||||||
.env*.local
|
.env*.local
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# secrets — приватный ключ Google Service Account; читается из env GOOGLE_SA_JSON
|
||||||
|
google-sa.json
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user