diff --git a/.gitattributes b/.gitattributes index afa5321..87a04ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,9 @@ * text=auto +*.css linguist-vendored +*.scss linguist-vendored -/tests export-ignore -/.codeclimate.yml export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.scrutinizer.yml export-ignore -/.styleci.yml export-ignore -/.travis.yml export-ignore -/phpunit.xml.dist export-ignore -/CODE_OF_CONDUCT.md export-ignore -/CHANGELOG.md export-ignore -/CONTRIBUTING.md export-ignore -/README.md export-ignore +phpunit.* export-ignore +phpcs.* export-ignore +tests/ export-ignore +*.md export-ignore +.* export-ignore