From 194f64a87b0ce929545291d34932a473e724dd4a Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Fri, 11 Nov 2022 11:36:27 +0100 Subject: [PATCH] fix(repository): merge gitattributes Signed-off-by: Tilman Vatteroth --- .gitattributes | 6 ++++++ frontend/.gitattributes | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .gitattributes delete mode 100644 frontend/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..33f9bfbf6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file) +# +# SPDX-License-Identifier: CC0-1.0 + +/.yarn/releases/** binary +/.yarn/plugins/** binary diff --git a/frontend/.gitattributes b/frontend/.gitattributes deleted file mode 100644 index dc8c9e27f..000000000 --- a/frontend/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -/.yarn/releases/** binary -/.yarn/plugins/** binary -