diff --git a/apps/web/.gitignore b/apps/web/.gitignore index a547bf3..133efdc 100644 --- a/apps/web/.gitignore +++ b/apps/web/.gitignore @@ -22,3 +22,16 @@ dist-ssr *.njsproj *.sln *.sw? + +# تجاهل مجلدات البيانات والخرائط +data/ +*.pbf +*.sql +*.osm + +# تجاهل المكتبات +node_modules/ +dist/ + +# تجاهل ملفات البيئة السرية +.env \ No newline at end of file