From 8f9c34117c82aa80d221d3455f45f7255326b352 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 19 Sep 2016 21:31:14 +0200 Subject: Only ignore ./vendor, not vendor in subdirs Previously this would ignore public_html/data/js/vendor which is not what we want. Signed-off-by: Florian Pritz --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca349b51f..a461091bd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,6 @@ application/logs/* !application/logs/.htaccess data/js/main.min.js -vendor +/vendor code-coverage-report.xml code-coverage-report/ -- cgit v1.2.3-24-g4f1b