From d3a9ebe9d908cc03e9e26ca7685b6bc86f08b759 Mon Sep 17 00:00:00 2001 From: Denis Smetannikov Date: Thu, 22 Apr 2021 02:12:40 +0300 Subject: [PATCH] update ignores --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 62c954f..51161f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,14 @@ # @link https://github.com/JBZoo/Data # +/.phan export-ignore +/build export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/Makefile export-ignore + * text eol=lf \ No newline at end of file