simulation: Ignore cue.mod/pkg and cue.mod/gen for Timoni

This commit is contained in:
Adrian Duke 2026-04-16 10:59:01 +01:00 committed by Fintan Halpenny
parent 620a1ec697
commit 8622a466c5
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# See: https://github.com/codespell-project/codespell#using-a-config-file
[codespell]
skip = .git*,*.lock,.codespellrc,target,.jj,.direnv
skip = .git*,*.lock,.codespellrc,target,.jj,.direnv,simulation/modules/radicle-node/cue.mod/*
check-hidden = true
ignore-words-list = ser,set,noes
dictionary = .codespell-dictionary.txt,-
dictionary = .codespell-dictionary.txt,-

View File

@ -35,3 +35,8 @@ extend-ignore-re = [
[type.md.extend-identifiers]
"radicle" = "Radicle"
[files]
extend-exclude = [
"simulation/modules/radicle-node/cue.mod"
]

4
simulation/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
controlplane.yaml
worker.yaml
/modules/radicle-node/cue.mod/pkg/
/modules/radicle-node/cue.mod/gen/