From 45f83030d620366f629f9ef4a2755d9da95a5736 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 13 Jul 2020 13:40:29 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a04af99..34d585a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -library/vendor/* +# Exclude all hidden files +.* + +# Except those related to Git (and GitHub) +!.git* + +# Exclude files from composer install +vendor/ composer.lock