mirror of https://github.com/zulip/zulip.git
api: Add zulip.egg_info to gitignore.
Now that we have the development environment setup to build the API bindings directly from api/ by default, this should be in .gitignore.
This commit is contained in:
parent
537a3b8ca8
commit
7c0970d171
|
@ -24,3 +24,4 @@ static/locale/language_options.json
|
|||
npm-debug.log
|
||||
*.mo
|
||||
var/*
|
||||
api/zulip.egg-info/*
|
||||
|
|
Loading…
Reference in New Issue