Initial commit: Tapalka monorepo (bot, front, strapi)

This commit is contained in:
2026-05-21 11:54:44 +07:00
commit 9ec9485940
208 changed files with 58314 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Duplicate nested directory at repo root
/СlickerDomenik/
# Stray Windows reserved-name files (anywhere in repo)
nul
_nul
# Dependencies / build artifacts (catch-all, anywhere in repo)
node_modules/
.next/
out/
dist/
build/
.strapi/
.strapi-updater.json
.strapi-cloud.json
coverage/
.tmp/
.cache/
# Editor / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local-only env overrides (real .env files are committed per user request)
.env*.local