1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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
.gitignore vendored
View file

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