annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
8dce7248dd3d Common ignore patterns
David Soria Parra <dsp@php.net>
parents:
diff changeset
1 syntax: glob
245
da046d9398fe Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents: 68
diff changeset
2 *.pyc
18
8dce7248dd3d Common ignore patterns
David Soria Parra <dsp@php.net>
parents:
diff changeset
3 .DS_Store
245
da046d9398fe Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents: 68
diff changeset
4
da046d9398fe Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents: 68
diff changeset
5 out/**