From 2aae3312824f8235328cd19d2d55b8b4c8ca73d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 2 Aug 2023 13:04:57 +0200 Subject: [PATCH] chore: mark file/kong_json_schema.json as generated code --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..db6afde65 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +file/kong_json_schema.json linguist-generated=true