From 970eb9e19e35045395023c3789b98ab225a5d2d5 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Fri, 20 Jun 2025 14:37:10 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83c2898..92f076d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ db.sqlite3 *.pyc */__pycache__/ -*/migrations/ albums/ wallpapers/ +frontend/node_modules/ +frontend/.next/