From 1b8d783d4e0b768344ead05ad0d8660a28cc8c18 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Fri, 2 Jan 2026 11:50:08 +0300 Subject: [PATCH] FIX (temp): Add NAS temp directory to .gitignore --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 719b706..6de24f3 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -16,4 +16,5 @@ databasus-backend.exe ui/build/* pgdata-for-restore/ temp/ -cmd.exe \ No newline at end of file +cmd.exe +temp/ \ No newline at end of file