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
This commit is contained in:
Mateusz Konieczny 2018-11-27 13:19:53 +01:00
parent b1fad010a6
commit e26481d90c

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ myhosts
blacklist
whitelist
readmeData.json
hosts
hosts-*
/web.config
/__pycache__