diff --git a/.gitattributes b/.gitattributes index b789ff07..6bd62b44 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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