view .hgignore @ 5073:3b4f38277365

templates: drop autocomplete="off" - it is ignored by browsers This is annoying for admin when setting passwor for other users - we will have to do that in some other way.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 12 Mar 2015 15:34:24 +0100
parents 9885bbacf99c
children 19267f233d39
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$