diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 11:08:38 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 11:08:38 +0100 |
commit | 5a7ed332def02ddf32580a3677f1f94dbc7acea1 (patch) | |
tree | 2fe39c1965e120b38b92f08b5ff168e520644b51 /.gitignore | |
parent | 5b4df0f320fe71435c43a1d35ad3ffad7481793f (diff) | |
download | nextcloud-server-5a7ed332def02ddf32580a3677f1f94dbc7acea1.tar.gz nextcloud-server-5a7ed332def02ddf32580a3677f1f94dbc7acea1.zip |
ignore local dependencies of acceptance tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07e4c1c74b3..8e0794a7999 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,7 @@ Vagrantfile /config/config-autotest-backup.php /config/autoconfig.php clover.xml + +# Tests - dependencies +tests/acceptance/composer.lock +tests/acceptance/vendor/ |