From d0e8fc91897f73d728448d79ae324a6066639ab6 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Sat, 4 Jan 2025 09:28:51 +0300 Subject: [PATCH] chore(git): Introduce .gitattributes file Signed-off-by: Plakhotnikov Vladimir --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d403f7b..1ea2912 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ * text=auto eol=lf -/.github export-ignore /tests export-ignore +/tools export-ignore +/.github export-ignore + /.cz.json export-ignore /.ecrc export-ignore /.envrc export-ignore