From 4c663645d338ed1acd8d5bba2359437e04448c97 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Jul 2020 09:53:44 +0100 Subject: [PATCH] Ignore everything by default Ignore everything by default unless it has been explicitly un-ignored. For now, everything that was previously added will continue to work, but I'll build up the allowed list of files going forward as needed. --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7799b6d..33662f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -/tag-php/composer/*.phar -/tag-php/composer/keys.* -/tag-php/composer/vendor/ -/tag-zsh/zsh_profile.d/aliases-private.zsh -/**/*.zwc -!/config/** \ No newline at end of file +/*