From b3909044b9c5374ca6308dc2f0daee59c5bfc967 Mon Sep 17 00:00:00 2001
From: nenzen <nenzen@dsv.su.se>
Date: Wed, 26 Mar 2025 09:49:10 +0100
Subject: [PATCH] Ignore swagger js-files

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 3b41682..371b6db 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
 /mvnw text eol=lf
 *.cmd text eol=crlf
+src/main/resources/static/swagger/** linguist-vendored
+