Skip to content

Commit

Permalink
Update .gitattributes export-ignore settings
Browse files Browse the repository at this point in the history
Updates the `.gitattributes` file to exclude the newly added `.github` directory with `export-ignore` attribute, and cleans-up the Travis CI entries that are no longer there.
  • Loading branch information
Ayesh committed Nov 11, 2020
1 parent 6410c4b commit a7d0695
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitattributes
@@ -1,9 +1,10 @@
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore
.travis.install.sh export-ignore
.travis.yml export-ignore
phpmd.xml.dist export-ignore
phpunit.xml.dist export-ignore
composer.lock export-ignore
/.github export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpbench.json export-ignore
phpcs.xml.dist export-ignore
phpmd.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
composer.lock export-ignore

0 comments on commit a7d0695

Please sign in to comment.