view .hgignore @ 4804:5923d7474287

[security fix] api: don't send internal data unless asked for it This changeset fixes CVE-2015-0260. See <https://kallithea-scm.org/security/cve-2015-0260.html> for more details.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 06 Feb 2015 03:35:40 +0100
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$