view .hgignore @ 4462:fb5760e8ba43

support other analytic systems then just Google Analytics Fallback to Google Analytics code if the string starts with "UA-"
author domruf <dominikruf@gmail.com>
date Mon, 18 Aug 2014 21:04:36 +0200
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

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

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$