view .hgignore @ 5082:d9747a04c74a stable

api_keys: Update 'New api key' label target so clicking the label focuses the input element
author Tim Freund <tim@freunds.net>
date Wed, 16 Jul 2014 00:54:20 -0400
parents 7d6c4bd58abd
children 9885bbacf99c
line wrap: on
line source

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

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$