
14 Oct
2020
14 Oct
'20
3:29 p.m.
commit 600dcb3e259b56108a371bdda7871ac52e90ff6c Author: Peter Haight <peterh@giantrabbit.com> Date: Tue Oct 13 11:12:29 2020 -0700 Ignore built egg packages When lektor runs it builds these directories which we don't need to keep in the repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b66ae3a..5e27401 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ __pycache__ *.pyc .egg* +/packages/txt-to-html/lektor_txt_to_html.egg-info/ +/packages/xml-to-html/lektor_xml_to_html.egg-info/