.hgignore
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 16 Oct 2023 23:35:47 +0200
changeset 3867 a070a9681961
parent 3424 7db96e011fe7
permissions -rw-r--r--
Revert "IDE: fix exception when adding Action"

This reverts commit 94e42cda0a8e093aac4830b5c40656c240ec8cf9.
.project

.svghmithumbs

.directory
.pytest_cache
.cache
.coverage_full

syntax: regexp
^tests/.*/build$
^exemples/.*/build$
^.idea/.*
syntax: regexp
^.*\.pyc$
syntax: regexp
^.*~$
syntax: regexp
^.*\.swp$

bug_report.*\.txt
i18n/.*.new$
revision

doc/_build
doc/locale

^.*\$py.class$