From 8288450662d1e3a3ddd2d27824a53bd0bb2c239b Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Tue, 13 Aug 2024 14:31:21 +0200 Subject: [PATCH] Lade till .DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c6ec46c..9a3d057 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,5 @@ cython_debug/ #.idea/ # Exclude venv from smartassist -smartassist/smartassist_dev_venv \ No newline at end of file +smartassist/smartassist_dev_venv +.DS_Store