Set package-lock.json as binaries

+ Remove build/package-lock.json from .gitignore

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/30714/head
Louis Chemineau 4 years ago
parent 8496fdfe7b
commit 3996256562
  1. 3
      .gitattributes
  2. 1
      .gitignore

3
.gitattributes vendored

@ -1,2 +1,3 @@
/dist/* binary
/package-lock.json
/package-lock.json binary
/build/package-lock.json binary

1
.gitignore vendored

@ -129,7 +129,6 @@ nbproject
/build/jsdocs/
/npm-debug.log
/PhantomJS_*
/build/package-lock.json
# puphpet
puphpet

Loading…
Cancel
Save