gitignore .DS_Store

This commit is contained in:
Pooya Parsa 2017-07-03 14:41:20 +04:30
parent c348d83120
commit a587b798e4
2 changed files with 3 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@ -23,3 +23,6 @@ coverage
# Intellij idea
*.iml
.idea
# Macos
.DS_Store