Files @ 67ffe5427fd5
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
api_keys: Update 'New api key' label target so clicking the label focuses the input element

Like d9747a04c74a but for my account.
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$