view .hgignore @ 7226:f534b213bc9b

less: introduce @kallithea-theme-inverse-bg variable One color is rarely suitable both as background color and as text color. Thus, introduce an alternative to @kallithea-theme-main-color but let it default to be the same.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 02:11:11 +0200
parents 6ef837acb0d2
children 8152f9e6a778
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$