mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Set package-lock.json as binaries
+ Remove build/package-lock.json from .gitignore Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
8496fdfe7b
commit
3996256562
2 changed files with 2 additions and 2 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/dist/* binary
|
||||
/package-lock.json
|
||||
/package-lock.json binary
|
||||
/build/package-lock.json binary
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -129,7 +129,6 @@ nbproject
|
|||
/build/jsdocs/
|
||||
/npm-debug.log
|
||||
/PhantomJS_*
|
||||
/build/package-lock.json
|
||||
|
||||
# puphpet
|
||||
puphpet
|
||||
|
|
|
|||
Loading…
Reference in a new issue