From 6b1dab44484d2bcc1359e492d5340e289e4a98ac Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 4 May 2025 17:58:51 +0300 Subject: [PATCH] chore(ckeditor5-mermaid): add rollup and build artifacts to ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d3468ce5..cf2fa89dd 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ test-output apps/*/data apps/*/out -upload \ No newline at end of file +upload + +.rollup.cache +*.tsbuildinfo \ No newline at end of file