view .hgignore @ 7035:b983522e7c13

less: use same color for spaces characters The light ones were barely visible and the others looked almost like normal characters. Also be more explicit and use border-color instead of color.
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 19:41:21 +0200
parents 42718729687e
children 6ef837acb0d2
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\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$