Files
smart-home-tablet/.gitignore
Cosmo be377e377f
Some checks failed
Deploy / deploy (push) Failing after 1m35s
chore: ignore google-sa.json в git и docker context
2026-04-27 12:52:47 +00:00

40 lines
444 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# secrets — приватный ключ Google Service Account; читается из env GOOGLE_SA_JSON
google-sa.json
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.tablet.env