add .DS_Store to .gitignore

This commit is contained in:
Ethan Buchman 2018-03-03 18:50:05 -05:00
parent 1c6ecef599
commit e4043a8e97

2
.gitignore vendored
View File

@ -10,6 +10,8 @@ examples/basecoin/glide.lock
examples/basecoin/app/data
baseapp/data/*
docs/_build
.DS_Store
### Vagrant ###
.vagrant/