add .DS_Store in .gitignore

This commit is contained in:
jinhojang6 2019-06-02 00:58:25 +09:00
parent 43d4391bca
commit 6f24ebdff0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ yarn.lock
*.map
package-lock.json
build/*
.DS_Store