Update .gitignore to re-ignore .DS_Store files

This readds GitHub ignoring .DS_Store files that Macs create
This commit is contained in:
MrBlockCat 2020-03-17 22:03:14 -04:00
parent 52d1dc7c68
commit 3d0686f868

3
.gitignore vendored
View file

@ -33,3 +33,6 @@ ipch/
*.creator
*.files
*.includes
#macOS
.DS_Store