- Клиентская часть Vue 3 + Vite - Серверная часть Node.js + WebSocket - Система авторизации и смен - Управление игровыми портами - Поддержка тем (светлая/темная) - Адаптивный дизайн 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
302 lines
3.5 KiB
Plaintext
302 lines
3.5 KiB
Plaintext
# Зависимости
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Производственные сборки
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Кэш и временные файлы
|
|
.cache/
|
|
.temp/
|
|
.tmp/
|
|
*.tmp
|
|
*.temp
|
|
.nuxt/
|
|
.next/
|
|
.vuepress/dist
|
|
|
|
# Логи
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Файлы IDE и редакторов
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Системные файлы
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Windows
|
|
$RECYCLE.BIN/
|
|
|
|
# macOS
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Переменные окружения
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Файлы конфигурации IDE
|
|
.vscode/settings.json
|
|
.vscode/tasks.json
|
|
.vscode/launch.json
|
|
.vscode/extensions.json
|
|
.history/
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Sublime Text
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Vim
|
|
*.swp
|
|
*.swo
|
|
.vimrc.local
|
|
|
|
# Emacs
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
*.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage
|
|
.grunt
|
|
|
|
# Bower dependency directory
|
|
bower_components
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Microbundle cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# parcel-bundler cache
|
|
.parcel-cache
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
dist
|
|
|
|
# Gatsby files
|
|
.cache/
|
|
public
|
|
|
|
# Vuepress build output
|
|
.vuepress/dist
|
|
|
|
# Serverless directories
|
|
.serverless/
|
|
|
|
# FuseBox cache
|
|
.fusebox/
|
|
|
|
# DynamoDB Local files
|
|
.dynamodb/
|
|
|
|
# TernJS port file
|
|
.tern-port
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
.vscode-test
|
|
|
|
# yarn v2
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
# Vite
|
|
.vite/
|
|
|
|
# Local env files
|
|
.env*.local
|
|
|
|
# Docker
|
|
Dockerfile.local
|
|
docker-compose.override.yml
|
|
|
|
# Database
|
|
*.sqlite
|
|
*.db
|
|
*.sqlite3
|
|
|
|
# Documentation builds
|
|
docs/_build/
|
|
docs/.vuepress/dist/
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
playwright-report/
|
|
test-results.xml
|
|
|
|
# Storybook build outputs
|
|
storybook-static/
|
|
|
|
# Claude Code файлы (личные настройки и планы)
|
|
CLAUDE.md
|
|
REFACTOR_PLAN.md
|
|
AGENTS.md
|
|
*.claude.md
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
*.orig
|
|
|
|
# Archive files
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
*.7z
|
|
|
|
# Certificate files
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.cert
|
|
|
|
# Local configuration
|
|
config.local.js
|
|
config.local.json
|
|
.env.local
|
|
|
|
# Package manager locks (можно раскомментировать если нужно зафиксировать версии)
|
|
# package-lock.json
|
|
# yarn.lock
|
|
# pnpm-lock.yaml
|
|
|
|
# Electron
|
|
electron-builder.yml
|
|
app/
|
|
release/
|
|
|
|
# Firebase
|
|
.firebase/
|
|
firebase-debug.log
|
|
|
|
# Sentry
|
|
.sentryclirc
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# Cypress
|
|
cypress/videos/
|
|
cypress/screenshots/
|
|
cypress/downloads/
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
# Prettier
|
|
.prettierignore
|
|
|
|
# Husky
|
|
.husky/_
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# Local development
|
|
*.local
|
|
local.*
|
|
dev.*
|
|
|
|
# Temporary uploads
|
|
uploads/temp/
|
|
temp-uploads/
|
|
|
|
# Проблемные системные файлы
|
|
nul
|
|
con
|
|
prn
|
|
aux |