Remove the .DS_Store file

This commit is contained in:
Danny Guo
2019-11-30 14:14:06 -05:00
parent dd2a59ac10
commit 11d69070bf
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.js build output
.nuxt .nuxt
# react / gatsby # react / gatsby
public/ public/
# vuepress build output # vuepress build output
@@ -89,4 +89,7 @@ public/
.fusebox/ .fusebox/
# DynamoDB Local files # DynamoDB Local files
.dynamodb/ .dynamodb/
# macOS Finder metadata
.DS_Store