Add .DS_Store to ignore patterns

This commit is contained in:
Alexandr Loskutov 2017-09-13 19:05:12 +03:00 committed by GitHub
commit e93ef9389f

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.gzip *.gzip
*.gz *.gz
.vscode .vscode
.DS_Store