From 5c05375650208a1e76a69639de60ae5b397c7364 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 19 Jul 2020 21:14:15 +0200 Subject: [PATCH] let Git treat E2E test fixtures as binary data This excludes the files from search and prevents unreadable diffs. [ci skip] --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ddd2219f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/e2e/fixtures/* binary linguist-vendored