From 2d13562fc067aeb8cde6dfc9b70795e35be32174 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 28 Jan 2019 20:19:01 +0200 Subject: [PATCH] Ignore generated gif files, change ttyrec files attribute to binary. --- .gitattribues | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattribues diff --git a/.gitattribues b/.gitattribues new file mode 100644 index 0000000..74b4ead --- /dev/null +++ b/.gitattribues @@ -0,0 +1 @@ +*.tty binary diff --git a/.gitignore b/.gitignore index b26d236..1437b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ dist/ *.lock *.env .bundle/ +*.gif -- GitLab