clean starter (phase 5)
Some checks failed
deploy / deploy (push) Failing after 3s

This commit is contained in:
ops 2026-06-01 23:44:09 +00:00
parent 34568bf338
commit bfe5a0faa4
4 changed files with 232 additions and 2 deletions

32
.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
# dependencies
node_modules
.pnp
.pnp.js
# build output
dist
dist-ssr
build
*.local
# logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# editor
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# IMPORTANT: .env МУСТ БЫТЬ ЗАКОММИЧЕН — это конфиг деплоя (DOMAIN и т.д.).
# Локальные секреты держи в .env.local (он игнорится через *.local выше).