From 6d8b15067c5394ae60159e75135c68bbd07c94ef Mon Sep 17 00:00:00 2001 From: William Johnstone Date: Thu, 3 Oct 2024 14:40:02 +0100 Subject: [PATCH] Added macOS specific to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63c604c..4049cde 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,6 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ + +.DS_Store \ No newline at end of file