Skip to content

Commit f930f5e

Browse files
authored
Merge pull request #48 from savinmikhail/feature/downsize_distribution
Add extra export-ignore rules
1 parent 614a1b8 commit f930f5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
# Ignore these files in GitHub dists and `git archive` actions.
1010
/.gitattributes export-ignore
1111
/.gitignore export-ignore
12-
/.travis.yml export-ignore
1312
/.php_cs.dist export-ignore
1413
/bin export-ignore
1514
/src/SpdxLicensesUpdater.php export-ignore
1615
/phpunit.xml.dist export-ignore
1716
/tests export-ignore
1817
/CONTRIBUTING.md export-ignore
18+
/phpstan.neon.dist export-ignore
19+
/.github export-ignore
20+
/CHANGELOG.md export-ignore

0 commit comments

Comments
 (0)