[.gitattributes] Exclude demo bridges from release builds
This commit is contained in:
parent
b74dda7af9
commit
95388cdf44
1 changed files with 17 additions and 15 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -40,6 +40,8 @@ phpcs.xml export-ignore
|
||||||
phpcompatibility.xml export-ignore
|
phpcompatibility.xml export-ignore
|
||||||
tests/ export-ignore
|
tests/ export-ignore
|
||||||
cache/.gitkeep export-ignore
|
cache/.gitkeep export-ignore
|
||||||
|
bridges/DemoBridge.php export-ignore
|
||||||
|
bridges/FeedExpanderExampleBridge.php export-ignore
|
||||||
## Composer
|
## Composer
|
||||||
composer.json export-ignore
|
composer.json export-ignore
|
||||||
composer.lock export-ignore
|
composer.lock export-ignore
|
||||||
|
|
Loading…
Reference in a new issue