view .hgignore @ 5495:222a9f3d4023 stable

notifications: ensure paginator's links remain correct after Mark All Read Paginator is loaded together with the dynamic page content, so when it's generated, a wrong URL may be used for its links.
author Andrew Shadura <andrew@shadura.me>
date Thu, 10 Sep 2015 23:29:50 +0200
parents 19267f233d39
children bfa66e8887d7
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$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$