Browse Source

Ignore yarn.lock (#480)

Similar to #476. It allows developers to use yarn to manage their dependencies if they want.
pull/484/head
Gabe Gorelick 7 years ago committed by Sergi Almacellas Abellana
parent
commit
890bc3f5e5
  1. 1
      .gitignore

1
.gitignore vendored

@ -2,3 +2,4 @@ _gitignore/ @@ -2,3 +2,4 @@ _gitignore/
bower_components/
node_modules/
package-lock.json
yarn.lock

Loading…
Cancel
Save