From 986054dc298d9387200beee1f51aabc52a55446d Mon Sep 17 00:00:00 2001 From: George Mponos Date: Tue, 6 Nov 2018 23:26:04 +0200 Subject: [PATCH] Add phpcs to gitignore and gitattributes file --- .gitattributes | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3286141..5320baa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore +/phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore diff --git a/.gitignore b/.gitignore index 073e37a..a064c15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build composer.lock vendor +phpcs.xml +phpunit.xml \ No newline at end of file