view .hgignore @ 6970:9b4ebc0b2742

less: add hint about how to generate css from less files In case somebody opens the css file to make some changes, he will see this message on how to use less instead of editing the css files.
author domruf <dominikruf@gmail.com>
date Tue, 24 Oct 2017 21:09:34 +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__$