From 6fc3833e6f1eb10f885c5d1942e0a592d9b28c1f Mon Sep 17 00:00:00 2001 From: Iman Ghafoori Date: Sun, 13 Mar 2022 22:04:05 +0330 Subject: [PATCH] add .gitattributes --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e063611b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/.gitattributes export-ignore +/.gitignore export-ignore +/.floo export-ignore +/.flooignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/phpunit.xml export-ignore +/Examples export-ignore +/tests export-ignore +/docker-compose.yml export-ignore +/Dockerfile export-ignore +/.editorconfig export-ignore +/README.md export-ignore