Add phpcs to gitignore and gitattributes file

This commit is contained in:
George Mponos 2018-11-06 23:26:04 +02:00
parent d6d2c91ae4
commit 986054dc29
2 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
build
composer.lock
vendor
phpcs.xml
phpunit.xml