From e26481d90c475f59cdf9436be175c65a88abf46c Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 27 Nov 2018 13:19:53 +0100 Subject: [PATCH] remove existing file from .gitignore listing existing files in .gitignore has no effects that are desirable especially - modifications of tracked files listed in gitignore are not ignored main effect is confusing people using code fixes #660 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb274d418..7f940d419 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ myhosts blacklist whitelist readmeData.json -hosts hosts-* /web.config /__pycache__