lego/.gitignore
Peter Haight 600dcb3e25 Ignore built egg packages
When lektor runs it builds these directories which we don't need to keep
in the repository.
2020-10-13 11:23:03 -07:00

7 lines
138 B
Plaintext

.sass-cache
__pycache__
*.pyc
.egg*
/packages/txt-to-html/lektor_txt_to_html.egg-info/
/packages/xml-to-html/lektor_xml_to_html.egg-info/