1
0

working nhost client

هذا الالتزام موجود في:
Your Name
2025-10-08 09:29:32 +00:00
الأصل b23bc554c5
التزام a837154231
10 ملفات معدلة مع 1189 إضافات و663 حذوفات

46
.dockerignore Normal file
عرض الملف

@@ -0,0 +1,46 @@
# التبعيات
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ملفات البيئة
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# ملفات السجلات
logs
*.log
# ملفات التخزين المؤقت
.cache
.parcel-cache
.nuxt
.next
dist
build
# نظام التحكم بالنسخ
.git
.gitignore
README.md
# ملفات النظام
.DS_Store
Thumbs.db
# ملفات IDE
.vscode
.idea
*.swp
*.swo
# ملفات الاختبار
coverage
.nyc_output
node_modules