view .hgignore @ 7006:c52f18a1c2c7

less: clean up lang_stats style - remove background-color bootstrap already uses @brand-primary - text-decoration: none is unnecessary - move to separate block and add comment
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 18:33:56 +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__$