From 69bf748c2ce693d4995dbe1bad557535ea0ec72a Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:25:39 +0530 Subject: [PATCH] chore(.gitignore): ignore Instagram tagged test fixture --- surfsense_backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/surfsense_backend/.gitignore b/surfsense_backend/.gitignore index 13c2d40e3..b8be5ae6c 100644 --- a/surfsense_backend/.gitignore +++ b/surfsense_backend/.gitignore @@ -18,4 +18,5 @@ celerybeat-schedule.bak app/templates/_generated/ /tests/unit/platforms/instagram/fixtures/post.json -/tests/unit/platforms/instagram/fixtures/profile.json \ No newline at end of file +/tests/unit/platforms/instagram/fixtures/profile.json +/tests/unit/platforms/instagram/fixtures/tagged.json \ No newline at end of file