From 0cdf75d41a1a4bff39eeef9e38783c18729c5362 Mon Sep 17 00:00:00 2001 From: Samuel Liu Date: Tue, 30 Nov 2021 17:10:56 +0800 Subject: [PATCH] add macOS .DS_Store to ignore (#8251) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c75c9981d..34e95456a 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,6 @@ ENV/ # molecule roles/**/molecule/**/__pycache__/ roles/**/molecule/**/*.conf + +# macOS +.DS_Store