1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00

Update .gitattributes export-ignore rules

- Adds `.github` directory to `.gitattributes` file with an `export-ignore` rule.
 - This also aligns all `export-ignore` rules for more readability.
 - Removes `.travis.yml` file that is no longer used.
This commit is contained in:
Ayesh Karunaratne 2020-12-23 04:04:14 +07:00 committed by Nikita Popov
parent c6d052fc58
commit e3471d94d3

2
.gitattributes vendored
View File

@ -1,9 +1,9 @@
/.github export-ignore
/doc export-ignore
/test export-ignore
/test_old export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
CHANGELOG.md export-ignore
phpunit.xml.dist export-ignore
UPGRADE-*.md export-ignore