[.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

32
.gitattributes vendored
View file

@ -23,25 +23,27 @@
# Ignore files in git archive (i.e. GitHub release builds)
## Docker
Dockerfile export-ignore
.dockerignore export-ignore
Dockerfile export-ignore
.dockerignore export-ignore
## Travis
.travis.yml export-ignore
.travis.yml export-ignore
## GitHub
.github/ export-ignore
.github/ export-ignore
## Git
.gitattributes export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
## Scalingo
scalingo.json export-ignore
scalingo.json export-ignore
## RSS-Bridge
phpunit.xml export-ignore
phpcs.xml export-ignore
phpcompatibility.xml export-ignore
tests/ export-ignore
cache/.gitkeep export-ignore
phpunit.xml export-ignore
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
composer.json export-ignore
composer.lock export-ignore
## Heroku
app.json export-ignore
app.json export-ignore