From 1d6213ffb131bf9cf80ce8936a1f389dc509e217 Mon Sep 17 00:00:00 2001 From: Alejandro Perez Lopez Date: Sat, 9 Sep 2023 19:22:06 +0200 Subject: [PATCH] Modify .gitignore in order to add more routes for images --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56d57fd..7c2e09e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .env* /data/amazon.db -/data/images/products \ No newline at end of file +/data/images/products +/data/images/last_iteration/*.png +venv +.DS_Store \ No newline at end of file