From 2001ce57b04db9febaba6fe3972a3aa36576bd9c Mon Sep 17 00:00:00 2001 From: Ben Warzeski Date: Tue, 26 Oct 2021 15:38:14 -0400 Subject: [PATCH] feat: add gitattributes to stop hiding snapshots --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..44f4f7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.snap linguist-generated=false