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:
parent
c6d052fc58
commit
e3471d94d3
16
.gitattributes
vendored
16
.gitattributes
vendored
@ -1,9 +1,9 @@
|
|||||||
/doc export-ignore
|
/.github export-ignore
|
||||||
/test export-ignore
|
/doc export-ignore
|
||||||
/test_old export-ignore
|
/test export-ignore
|
||||||
.gitattributes export-ignore
|
/test_old export-ignore
|
||||||
.gitignore export-ignore
|
.gitattributes export-ignore
|
||||||
.travis.yml export-ignore
|
.gitignore export-ignore
|
||||||
CHANGELOG.md export-ignore
|
CHANGELOG.md export-ignore
|
||||||
phpunit.xml.dist export-ignore
|
phpunit.xml.dist export-ignore
|
||||||
UPGRADE-*.md export-ignore
|
UPGRADE-*.md export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user