From 2ddb191556affb34e1cdb913c86d76569be12a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Thu, 23 Feb 2023 11:04:05 +0100 Subject: [PATCH] ADD DS_Store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a8a49ea3..9de4407ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/* -**/**/.env \ No newline at end of file +**/**/.env +.DS_Store \ No newline at end of file