view .hgignore @ 6995:42932bee7a37

less: avoid gaps from rounded corners above the navbar and below the footer
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 13:36:22 +0100
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__$