Добавлены новые разделы документации: "Города и регистрация", "Крафты", "Приват и защита", "SkinRestore". Каждый раздел содержит информацию о статусе, что будет добавлено, и полезные советы для пользователей.
This commit is contained in:
@@ -10,16 +10,31 @@ dist
|
||||
# Local Codex/dev artifacts
|
||||
.codex*
|
||||
.codex/
|
||||
.codex-dev.*
|
||||
.codex-cache/
|
||||
.tmp*
|
||||
*.tmp
|
||||
|
||||
# Logs
|
||||
# Logs and runtime junk
|
||||
*.log
|
||||
*.log.*
|
||||
*.out
|
||||
*.err
|
||||
*.pid
|
||||
*.pid.lock
|
||||
logs
|
||||
preview*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Env and local-only config
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.local
|
||||
|
||||
# OS/editor files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
@@ -31,3 +46,9 @@ Thumbs.db
|
||||
# Local caches
|
||||
tmp
|
||||
.cache
|
||||
temp
|
||||
coverage
|
||||
.nyc_output
|
||||
.pnpm-store
|
||||
.npm
|
||||
*.tsbuildinfo
|
||||
|
||||
Reference in New Issue
Block a user