mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 11:54:52 +01:00
e3471d94d3
- 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.
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
/.github export-ignore
|
|
/doc export-ignore
|
|
/test export-ignore
|
|
/test_old export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
CHANGELOG.md export-ignore
|
|
phpunit.xml.dist export-ignore
|
|
UPGRADE-*.md export-ignore
|