47 أسطر
531 B
Plaintext
47 أسطر
531 B
Plaintext
# التبعيات
|
|
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
|