diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
commit | 89167b55d9da5a67be5678038be7a474e5956dbd (patch) | |
tree | d41dcbca53dba23d71b300782805c5f5314e5cfa /.gitattributes | |
parent | 38175ed45a1a1684e8da55d0f5cd825ee4804c3d (diff) | |
parent | 313d3e75d6e76a2d4336143256b8d0b8777e2849 (diff) | |
download | rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.gz rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.bz2 |
Merge pull request #1152 from splitbrain/composer
Use composer to add 3rd party libs
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1012087d4..6beb1fb7a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,8 @@ .gitignore export-ignore .editorconfig export-ignore .travis.yml export-ignore +composer.json export-ignore +composer.lock export-ignore _test export-ignore _cs export-ignore lib/plugins/testing export-ignore |