From ea548d517f6a09433b065cff838a97cf2dc247b1 Mon Sep 17 00:00:00 2001 From: WuBoytH Date: Tue, 8 Oct 2024 23:15:19 -0400 Subject: [PATCH] ignore ds store --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fed986af..8206c34ba 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ Cargo.lock # Ignore a folder and script I'm using for testing web stuff /resources/testing -/resources/copy.py \ No newline at end of file +/resources/copy.py/resources/copy.py + +# Mac moment +**/.DS_Store \ No newline at end of file