From 2f90ccb23c636c2b66a0839512e53acf07caa364 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sun, 29 Mar 2026 20:18:48 +0200 Subject: [PATCH] build(web): ignore tanstack router plugin cache Co-Authored-By: Claude Opus 4.6 (1M context) --- webui2/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui2/.gitignore b/webui2/.gitignore index d298bed47931c5d6b09defc376c08be3a6c478f2..fbec47338e4ae10623051454ff0ffde4ab05fb1b 100644 --- a/webui2/.gitignore +++ b/webui2/.gitignore @@ -17,3 +17,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# tanstack router plugin cache +/.tanstack