From a0d403142eb53b714841735fed26276268f15ba9 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Sat, 4 Jan 2025 09:27:32 +0300 Subject: [PATCH] chore(git): Introduce .gitattributes file Signed-off-by: Plakhotnikov Vladimir --- .gitattributes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d403f7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +* text=auto eol=lf + +/.github export-ignore +/tests export-ignore +/.cz.json export-ignore +/.ecrc export-ignore +/.envrc export-ignore +/.fossa.yaml export-ignore +/.gitattributes export-ignore +/.editorconfig export-ignore +/.gitignore export-ignore +/.markdownlint.json export-ignore +/.php-cs-fixer.dist.php export-ignore +/composer-require-checker.json export-ignore +/CONTRIBUTING.md export-ignore +/flake.lock export-ignore +/flake.nix export-ignore +/phpstan.neon export-ignore +/phpstan-baseline.neon export-ignore +/phpunit.xml.dist export-ignore