Add .DS_Store to gitignore

This commit is contained in:
Robbie Antenesse 2020-06-14 12:42:17 -06:00
parent 17b1d023cc
commit a4ebe3deb4
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ config.json
*.sqlite*
*.db
.dbversion
.DS_Store