From 2586634c22befc923b1f6651359d9bfc8792319c Mon Sep 17 00:00:00 2001 From: Brunobrno Date: Fri, 12 Jun 2026 01:11:39 +0200 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d60353..18fc7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -91,4 +91,6 @@ certs tmp/ # large video assets — host externally (S3) -frontend/public/portfolio/*.mp4 \ No newline at end of file +frontend/public/portfolio/*.mp4 + +backups/ \ No newline at end of file -- 2.49.1 From 60766756424d059bcfe49aaa136ebe46a0ff77a1 Mon Sep 17 00:00:00 2001 From: Brunobrno Date: Fri, 12 Jun 2026 01:12:04 +0200 Subject: [PATCH 2/2] remove backups --- backups/backup-20251117-224608.sql | 0 backups/backup-20251224-021048.sql | 0 backups/backup-20251224-144159.sql | 0 backups/backup-20260124-224819.sql | 0 backups/backup-20260126-155148.sql | 0 backups/backup-20260127-192753.sql | 0 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 backups/backup-20251117-224608.sql delete mode 100644 backups/backup-20251224-021048.sql delete mode 100644 backups/backup-20251224-144159.sql delete mode 100644 backups/backup-20260124-224819.sql delete mode 100644 backups/backup-20260126-155148.sql delete mode 100644 backups/backup-20260127-192753.sql diff --git a/backups/backup-20251117-224608.sql b/backups/backup-20251117-224608.sql deleted file mode 100644 index e69de29..0000000 diff --git a/backups/backup-20251224-021048.sql b/backups/backup-20251224-021048.sql deleted file mode 100644 index e69de29..0000000 diff --git a/backups/backup-20251224-144159.sql b/backups/backup-20251224-144159.sql deleted file mode 100644 index e69de29..0000000 diff --git a/backups/backup-20260124-224819.sql b/backups/backup-20260124-224819.sql deleted file mode 100644 index e69de29..0000000 diff --git a/backups/backup-20260126-155148.sql b/backups/backup-20260126-155148.sql deleted file mode 100644 index e69de29..0000000 diff --git a/backups/backup-20260127-192753.sql b/backups/backup-20260127-192753.sql deleted file mode 100644 index e69de29..0000000 -- 2.49.1