From 27066d2dc05d2e6a5904f19e3f5685a8c8572aa3 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 10 Jul 2025 18:07:27 -0300 Subject: [PATCH] chore: add instruction for `.golden` files on `.gitattributes` --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..d5273520ad5ecc37dd839a3077803b2c6581b2a1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.golden linguist-generated=true -text