From dcc6ab22fff8d70329db8737e086d1009622a8d5 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 24 Feb 2023 12:54:59 +0100 Subject: [PATCH] Added MacOs env files to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe6710d..c6b79fd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ coverage .env .vscode -.idea \ No newline at end of file +.idea + +.DS_store \ No newline at end of file