view .hgignore @ 7057:a9cbc30e19fa

less: build custom Bootstrap from bootstrap.less instead of using plain upstream version - add current version of bootstrap to package.json dependencies - import bootstrap.less in main.less - remove bootstrap.css from root.html (the file will be removed later) bootstrap.js is still handled as before.
author domruf <dominikruf@gmail.com>
date Tue, 24 Oct 2017 21:47:09 +0200
parents 6ef837acb0d2
children 8152f9e6a778
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$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$