96 lines
2.0 KiB
Plaintext
96 lines
2.0 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# V2 Migration Archive - временные файлы миграции
|
|
archive-v2-migration/
|
|
|
|
/src/generated/prisma
|
|
prisma/generated/
|
|
|
|
# Временные файлы анализа и отчеты
|
|
GRAPHQL_PERFORMANCE_ANALYSIS_REPORT.md
|
|
POSTGRESQL_PERFORMANCE_ANALYSIS_REPORT.md
|
|
RESOLVER_MIGRATION_STATUS.md
|
|
RESOLVER_SCHEMA_ANALYSIS_REPORT.json
|
|
SFERA_PERFORMANCE_OPTIMIZATION_REPORT.md
|
|
V1_TO_V2_MIGRATION_ANALYSIS.md
|
|
build_output.log
|
|
|
|
# SQL скрипты оптимизации
|
|
check_columns.sql
|
|
check_indexes.sql
|
|
create_critical_indexes.sql
|
|
create_index_1.sql
|
|
create_index_users.sql
|
|
critical_indexes.sql
|
|
execute_indexes.sh
|
|
|
|
# Временные скрипты анализа
|
|
extract-resolvers.js
|
|
scripts/analyze-domain-duplicates.js
|
|
scripts/analyze-remaining-resolvers.js
|
|
scripts/detailed-resolver-analysis.js
|
|
scripts/diagnose-resolver-schema-mismatches.cjs
|
|
scripts/remove-duplicate-wildberries-methods.cjs
|
|
|
|
# Тестовые логи сервера
|
|
server_test.log
|
|
server_test_fixed.log
|
|
server_test_v2.log
|
|
server_test_v3.log
|
|
|
|
# Временные файлы документации миграции
|
|
docs/DOMAIN_MIGRATION_CHECKLIST.md
|
|
docs/GRAPHQL_DOMAIN_ARCHITECTURE_GUIDE.md
|
|
docs/GRAPHQL_DOMAIN_MIGRATION_REPORT.md
|
|
docs/GRAPHQL_MIGRATION_SUMMARY.md
|
|
docs/GRAPHQL_RESOLVER_FIXES_REPORT_20250910.md
|
|
docs/GRAPHQL_RESOLVER_MIGRATION_DIAGNOSTIC_REPORT.md
|
|
docs/SFERA_MAINTENANCE_REPORT_20250910.md
|
|
|
|
# Резервные копии резолверов
|
|
src/graphql/resolvers-backup-*.ts
|
|
src/graphql/resolvers/index-backup-*.ts
|
|
|
|
# Временная папка для всех временных файлов
|
|
temp/
|