new commit

This commit is contained in:
54CHA
2025-07-19 17:56:06 +03:00
commit 4153e2c00a
140 changed files with 66097 additions and 0 deletions

41
.dockerignore Normal file
View File

@ -0,0 +1,41 @@
# Системные файлы
.DS_Store
*.pem
# next.js
.next/
out/
# Production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# Инструменты разработки
.git
.github
.idea
.vscode
README.md
.eslintrc
.prettierrc
.gitignore
# Node.js
node_modules/
npm-debug.log