view .hgignore @ 4266:9fc3d28bc3f6

core (main): add a mechanism to have a shared temp directory: this directory may be used to share files between backend and frontends. Normally, an os-dependent temporary directory is created for that, but if this option is set, the directory will be created in <local_dir>/<cache_dir>, which may be useful in some use case (e.g. containerized frontends and backend).
author Goffi <goffi@goffi.org>
date Wed, 12 Jun 2024 22:47:34 +0200
parents 84f6bee6440d
children
line wrap: on
line source

syntax: glob
bridge_constructor/generated
.build
build
ctags_links/
dist/
.eggs/
env/
libervia_backend.egg-info/
MANIFEST
.mypy_cache/
*.orig
*.pyc
*.pyo
.pytest_cache
*.pyv
Session.vim
stubs/
*.swo
*.swp
tags
tests/e2e/report*
_trial_temp/
twistd.log
twistd.pid
twisted/plugins/dropin.cache
*.un~
.vim
.vscode