view .hgignore @ 4963:daa83b2dd1f4

docs/usage: rework and rename section 'Visual settings in admin pannel' - remove trivial items that are already explained on the settings page itself - rename section to reflect this new scope - general rewording
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 01 Apr 2015 21:53:37 +0200
parents 03bbd33bc084
children 7d6c4bd58abd
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$
^my\.ini$
^fabfile.py
^\.idea$