view .hgignore @ 6408:4fdf7ccd42dc

templates: use valid ids for input fields in hook settings so labels can reference them correctly h.text will generate safe ids based on the name ... but these ids are not available in the template for referencing from <label for=...>. Instead, generate safe ids for the input fields.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 06 Jan 2017 01:43:51 +0100
parents 9358211ee144
children 42718729687e
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

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