From 9db1c5a8fe31dd9e7c671f44824aa6cf1730e853 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 1 Dec 2024 14:22:11 +0100 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f30251..8833c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,7 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.env.production \ No newline at end of file +.env.production + +media/images/ +media/original_images/ \ No newline at end of file