restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 16:32:47 +05:00
parent acb79b2db7
commit 4d7c36cd33
6 changed files with 145 additions and 0 deletions

45
.dockerignore Normal file
View File

@@ -0,0 +1,45 @@
# Dependencies
node_modules
.pnpm-store
# Build output
.next
out
# Environment files
.env
.env.local
.env.*.local
# Git
.git
.gitignore
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor
.vscode
.idea
*.swp
*.swo
# Testing
coverage
.nyc_output
# Misc
README.md