From 726a0462eb90a3252e0e95b41da5a09bf9fdafdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20M=C3=B8ller?= Date: Mon, 4 May 2020 19:14:12 +0200 Subject: [PATCH] add gitattr (#392) --- .gitattributes | 17 +++++++++++++++++ .gitignore | 1 + 2 files changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9112d843 --- /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". +/.github export-ignore +/art export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.styleci.yml export-ignore +/docker-compose.yml export-ignore +/Dockerfile export-ignore +/fulltest export-ignore +/phpunit.xml export-ignore +/.editorconfig export-ignore +/.coverage.xml export-ignore +/coverage export-ignore diff --git a/.gitignore b/.gitignore index 9df52aa7..1d03dbec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ composer.lock vendor/ .vscode/ +.idea psysh .phpunit.result.cache phpunit_var_*.xml