From a60d59238afb22523038b549b9b27f15734f7563 Mon Sep 17 00:00:00 2001 From: Altela Eleviansyah Pramardhika Date: Sat, 17 Jun 2023 23:57:16 +0800 Subject: [PATCH] [FIX] Removed .DS_Store --- Python.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index eb8a2c79..62ccb55b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -132,7 +132,6 @@ venv.bak/ # Spyder project settings .spyderproject .spyproject -*.DS_Store # Rope project settings .ropeproject @@ -159,4 +158,4 @@ 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/