From 082d1d3a39255d9cae5ca700658c7e9725d4ebcc Mon Sep 17 00:00:00 2001 From: "a.dmitryuk" Date: Tue, 30 Jun 2026 09:49:58 +0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4367afd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +/.github export-ignore +/docs export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.eslintignore export-ignore +/.eslintrc.json export-ignore +/.git* export-ignore +/.php-cs-fixer.dist.php export-ignore +/.phpmd.xml export-ignore +/.stylelintignore export-ignore +/.stylelintrc.json export-ignore +/package.json export-ignore +/package-lock.json export-ignore +/phpstan.neon export-ignore +/phpunit.xml export-ignore +/playwright.config.js export-ignore