view .hgignore @ 5169:d7f13c2a28ba

UserModel: remove code duplication of User.get_by_username() UserModel.get_by_username() and User.get_by_username() implement the same logic and thus one should use the other instead of duplicating.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Mon, 01 Jun 2015 17:40:31 +0200
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$