Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-17 12:47:31 +0300
committerLouis Chemineau <louis@chmn.me>2022-01-17 12:47:31 +0300
commit39962565620895c81103feaacee951e27e20dbe0 (patch)
tree9380b6a201f8ecf2a6c1dd3c347a5a387c0a8042 /.gitattributes
parent8496fdfe7b4a8026fb0d47b851976063aa5fa1cc (diff)
Set package-lock.json as binaries
+ Remove build/package-lock.json from .gitignore Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 604acb9c4ca..892870a7b58 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
/dist/* binary
-/package-lock.json \ No newline at end of file
+/package-lock.json binary
+/build/package-lock.json binary \ No newline at end of file