Add .coderabbitignore to exclude specific files

This commit is contained in:
Martin Braquet
2026-04-02 19:02:54 +02:00
committed by GitHub
parent 4f98d99dd9
commit 93cd105871

5
.coderabbitignore Normal file
View File

@@ -0,0 +1,5 @@
**/*.md
package-lock.json
yarn.lock
dist/**
test/mocks/**