Update .gitignore to contain DS_Store.

This commit is contained in:
Renan DelValle 2020-02-19 12:08:27 -08:00
parent debe608b8a
commit 386f77df8f
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

3
.gitignore vendored
View file

@ -7,4 +7,7 @@ build/
dist/
.idea/
# Use checksum database
go.sum
.DS_Store