From d42f8f66bbb7c125301a054f1aa4b543a07ef107 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 28 Jul 2018 12:12:21 -0400 Subject: [PATCH] Ignore composer files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c871c2c5..a764f923 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,7 @@ bureau/locales/fr_FR/LC_MESSAGES/messages.po~ bureau/locales/it_IT/LC_MESSAGES/messages.po~ bureau/locales/nl_NL/LC_MESSAGES/messages.po~ bureau/locales/pt_BR/LC_MESSAGES/messages.po~ +# Added for running tests; currently not used otherwise +composer.lock +composer.json +vendor/