From d3058cd7e742771d97ec81c9e4ae1e96f954d4a4 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 17 Feb 2026 20:29:53 +0200 Subject: 2.0: Improve performance, usability. This is most likely a breaking change. Though from the API nothing changes, behaviour does. It will no longer match routes based on the first match, but rather the best match (the most specific route wins). --- .gitignore | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ecd10c..b2b84db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,15 @@ /target /classes -/checkouts -profiles.clj -pom.xml -pom.xml.asc *.jar *.class -/.lein-* /.nrepl-port /.prepl-port -.hgignore -.hg/ -.idea/ .cpcache/ cljs-test-runner-out/ -ruuter.iml \ No newline at end of file +bench-out/ +out/ +node_modules/ +.idea/ +ruuter.iml +pom.xml +pom.xml.asc -- cgit v1.2.3