Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore some files from vendor #685

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
/.dockerignore export-ignore
/.editorconfig export-ignore
/.editorconfig export-ignore
/.env.dist export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
/.editorconfig export-ignore
/.travis.yml export-ignore
/Makefile export-ignore
/appveyor.yml export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml export-ignore
/bin export-ignore
/bin export-ignore
/doc export-ignore
/docker export-ignore
/docker-compose.yml export-ignore
/phpspec.yml export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml export-ignore
/tests export-ignore