[.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
1 changed files with 17 additions and 15 deletions

32
.gitattributes vendored
View File

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