Got rid of .DS_Store and other untracked binary files

This commit is contained in:
Dom 2018-04-05 10:08:35 +01:00
commit 57f9bd734e
3 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# .gitignore # .gitignore
# don't push these files to the repository # don't push these files to the repository
*.DS_Store
.history .history
*.log *.log
*.eml *.eml

Binary file not shown.