.hgignore: added ruff cache
This commit is contained in:
parent
79cdd92616
commit
9aaff84eee
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
syntax: glob
|
||||
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.idea
|
||||
|
|
@ -18,6 +19,7 @@ syntax: regexp
|
|||
^\.pydevproject$
|
||||
^\.coverage$
|
||||
^\.cache.*$
|
||||
^\.ruff_cache.*$
|
||||
^\.rhodecode$
|
||||
|
||||
^rcextensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue