Merge pull request #38 from dguo/remove-ds-store

Remove the .DS_Store file
This commit is contained in:
Ibrahim Ali 2019-11-30 16:59:15 -08:00 committed by GitHub
commit d073b23c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

7
.gitignore vendored
View file

@ -76,7 +76,7 @@ typings/
# nuxt.js build output
.nuxt
# react / gatsby
# react / gatsby
public/
# vuepress build output
@ -89,4 +89,7 @@ public/
.fusebox/
# DynamoDB Local files
.dynamodb/
.dynamodb/
# macOS Finder metadata
.DS_Store