add macOS .DS_Store to ignore (#8251)

This commit is contained in:
Samuel Liu 2021-11-30 17:10:56 +08:00 committed by GitHub
parent 3c6fa6e583
commit 0cdf75d41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -103,3 +103,6 @@ ENV/
# molecule
roles/**/molecule/**/__pycache__/
roles/**/molecule/**/*.conf
# macOS
.DS_Store