From 004a484aa8648f8abf655d29b7f3465079d18295 Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 12 Feb 2025 09:22:04 +0300 Subject: [PATCH] =?utf8?q?ERP-302=20=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82?= =?utf8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B1=D1=83?= =?utf8?q?=D0=BA=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + erp24/.gitignore | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 54c0f139..3dd2768e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ erp24/api1/runtime erp24/api2/runtime erp24/api1/views/cron/txt/ erp24/api1/views/cron/xml/ +/pgsql_last.sql diff --git a/erp24/.gitignore b/erp24/.gitignore index a5dd55d5..15e3abb7 100644 --- a/erp24/.gitignore +++ b/erp24/.gitignore @@ -41,4 +41,6 @@ tests/_support/_generated /runtime/* /api2/runtime/* /api2/json/* -/widgets/app.log \ No newline at end of file +/widgets/app.log +/web/dist-prod +/pgsql_last.sql \ No newline at end of file -- 2.39.5