mirror of https://github.com/zulip/zulip.git
Remove zulip.egg-info from .gitignore.
We've been seeing failures in Travis CI like this:
https://travis-ci.org/zulip/zulip/jobs/175921132, which seem to be
caused by an issue with .gitignore handing. This seems to fix the
problem, though I don't yet understand why.
This reverts 7c0970d171
.
This commit is contained in:
parent
67120d7a9d
commit
d655cd1f7f
|
@ -24,5 +24,4 @@ static/locale/language_options.json
|
|||
npm-debug.log
|
||||
*.mo
|
||||
var/*
|
||||
api/zulip.egg-info/*
|
||||
.vscode/
|
||||
|
|
Loading…
Reference in New Issue