[.gitattributes] Exclude Composer and Heroku files from release builds
This commit is contained in:
parent
ca1a5feba5
commit
b74dda7af9
1 changed files with 6 additions and 1 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -40,3 +40,8 @@ phpcs.xml export-ignore
|
|||
phpcompatibility.xml export-ignore
|
||||
tests/ export-ignore
|
||||
cache/.gitkeep export-ignore
|
||||
## Composer
|
||||
composer.json export-ignore
|
||||
composer.lock export-ignore
|
||||
## Heroku
|
||||
app.json export-ignore
|
||||
|
|
Loading…
Reference in a new issue