From be8a8492a91f58ffc2c31401d6b1c354080a0514 Mon Sep 17 00:00:00 2001 From: koko Date: Tue, 28 Apr 2026 22:38:17 +0800 Subject: [PATCH] Remove tracked .rtk config --- app/.rtk/filters.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 app/.rtk/filters.toml diff --git a/app/.rtk/filters.toml b/app/.rtk/filters.toml deleted file mode 100644 index d9bd43f..0000000 --- a/app/.rtk/filters.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Project-local RTK filters — commit this file with your repo. -# Filters here override user-global and built-in filters. -# Docs: https://github.com/rtk-ai/rtk#custom-filters -schema_version = 1 - -# Example: suppress build noise from a custom tool -# [filters.my-tool] -# description = "Compact my-tool output" -# match_command = "^my-tool\\s+build" -# strip_ansi = true -# strip_lines_matching = ["^\\s*$", "^Downloading", "^Installing"] -# max_lines = 30 -# on_empty = "my-tool: ok"