[.gitattributes] Exclude demo bridges from release builds

This commit is contained in:
logmanoriginal 2019-06-08 15:03:25 +02:00
parent b74dda7af9
commit 95388cdf44

2
.gitattributes vendored
View file

@ -40,6 +40,8 @@ phpcs.xml export-ignore
phpcompatibility.xml export-ignore
tests/ export-ignore
cache/.gitkeep export-ignore
bridges/DemoBridge.php export-ignore
bridges/FeedExpanderExampleBridge.php export-ignore
## Composer
composer.json export-ignore
composer.lock export-ignore