player/.gitignore
МИН 70bbd2f7d4
Some checks failed
CI / Lint (pull_request) Failing after 41s
CI / Build (pull_request) Successful in 1m32s
CI / Secret scan (pull_request) Successful in 2m31s
CI / PR size check (pull_request) Successful in 7s
CI / Deploy to S1 + S2 (pull_request) Has been skipped
chore: не коммитить .env.production (только .env.example)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 21:49:59 +03:00

45 lines
670 B
Plaintext

node_modules/
dist/
dist-ssr/
build/
# Environment (NEVER commit .env, only .env.example)
.env
.env.local
.env.*.local
*.local
# Editor
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Local notes & disaster-recovery scripts (kept outside repo)
disaster-recovery/
*.local.md
NOTES.md
# Large binary assets (downloaded separately, see README ASSETS section).
# 106 MB of GLB/PNG/MP3 — would bloat the git repo otherwise.
# Maintainer provides them as a release artifact.
public/kubikon-assets/
# OS
Thumbs.db
.env.production