From a8eb8562d7dcf1da60d8a2910c88c03a0a80b38a Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sun, 10 May 2020 18:00:35 -0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2822b97 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/index.html export-ignore +/phpcs.xml export-ignore +/tests export-ignore