diff options
| author | till <till@php.net> | 2012-10-24 18:03:47 +0200 |
|---|---|---|
| committer | till <till@php.net> | 2012-10-24 18:03:47 +0200 |
| commit | 8aa528b6f7ddd00d6ee42c827f2222596a77bb5f (patch) | |
| tree | a23aecf64990f4e9fdba945f9f5a394bc1774484 /.gitignore | |
| parent | e04e3144407b7a863999d8aeaf6c3a653219359f (diff) | |
Add a composer.json file.
Add all dependencies.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f55131f8c..c410c9b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,9 @@ logs/* temp/* config/* -plugins/*/config.inc.php
\ No newline at end of file +plugins/*/config.inc.php + +# composer-related +composer.phar +composer.lock +vendor |
