add .DS_Store to .gitignore for MacOS developers

This commit is contained in:
Michael Flaxman 2020-09-20 16:54:26 -05:00
parent 9aac4869e8
commit 80475051c5

3
.gitignore vendored
View file

@ -12,4 +12,5 @@ cert.pem
key.pem
*.dmg
pyinstaller/specterd
pyinstaller/release
pyinstaller/release
.DS_Store