aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-17 10:47:31 +0100
committerLouis Chemineau <louis@chmn.me>2022-01-17 10:47:31 +0100
commit39962565620895c81103feaacee951e27e20dbe0 (patch)
tree9380b6a201f8ecf2a6c1dd3c347a5a387c0a8042 /.gitattributes
parent8496fdfe7b4a8026fb0d47b851976063aa5fa1cc (diff)
downloadnextcloud-server-39962565620895c81103feaacee951e27e20dbe0.tar.gz
nextcloud-server-39962565620895c81103feaacee951e27e20dbe0.zip
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