Don't publish .DS_Store to npm

This commit is contained in:
Geoffrey Booth 2019-04-07 20:48:04 -07:00
parent 92f69b2bca
commit f4fcf65750
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ parser.output
/node_modules
npm-debug.log*
yarn.lock
.DS_Store