starter/.gitignore
ops bfe5a0faa4
Some checks failed
deploy / deploy (push) Failing after 3s
clean starter (phase 5)
2026-06-01 23:44:09 +00:00

32 lines
495 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 выше).