view .hgignore @ 397:29d4b5e45423

Use flask to render site and get rid of submodules We don't want to use statically generated html files anymore. We are using flask to do the routing and render the templates for now. This means we also get rid of the submoduels and put everything together in templates/.
author David Soria Parra <davidsp@fb.com>
date Fri, 07 Mar 2014 14:47:13 -0800
parents da046d9398fe
children d910d5ce9b0b
line wrap: on
line source

syntax: glob
*.pyc
.DS_Store

out/**