From 1fdebbea374b97f7d1f9b91d63d83ccdee7fba5e Mon Sep 17 00:00:00 2001 From: Luan Freitas <33601626+luanfreitasdev@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:07:36 -0300 Subject: [PATCH] Add gitattributes (#1688) --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8e896283 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html + +.github export-ignore +/art export-ignore +/tests export-ignore +docker-compose.yml export-ignore +.gitattributes export-ignore +phpstan.neon export-ignore +phpunit.mysql.xml export-ignore +phpunit.pgsql.xml export-ignore +phpunit.xml export-ignore +pint.json export-ignore +postcss.config.js export-ignore +tailwind.config.js export-ignore +webpack.mix.js export-ignore +postcss.config.js export-ignore