view .hgignore @ 7244:8152f9e6a778

less: load optional theme.less file to allow custom styles Users can use this file to easily override the default style. For example they can override the theme main color or the logo url.
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 20:37:22 +0200
parents 6ef837acb0d2
children 6c3bb9a845d7
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$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$