Mercurial > hg-website
annotate .hgignore @ 402:4e908cffaa62
Add static.js symlink
Matt used to add the symlink to the root directory as 'static.js'. We need to
ensure that we link from the static directory.
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Tue, 11 Mar 2014 14:30:30 -0700 |
parents | da046d9398fe |
children | d910d5ce9b0b |
rev | line source |
---|---|
18 | 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 | 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/** |