Adding .DS_Store to the .gitignore file since MacOS loves touching those files. (#1886)

pull/1888/head
Michael B. Price 2022-02-03 19:16:40 -08:00 committed by GitHub
parent 256e6a939f
commit e92886217c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -6,4 +6,7 @@ scripts/python/__pycache__
scripts/python/*.pyc
# VS Code
.vs/
.vs/
# MacOS-specific
.DS_Store