view .hgignore @ 7293:9ff917d87291

utils: move clone URI validator function to more generic utils.is_valid_repo_uri No changes to the functionality, even though the API and implementation could use some clean-up ...
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 May 2018 11:38:13 +0200
parents 6c3bb9a845d7
children 2917d2be0106
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(\.map)?$
^theme\.less$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$