From 95b5da2318529890a80ff64128a372adae805022 Mon Sep 17 00:00:00 2001 From: James Harle <jdha@noc.ac.uk> Date: Mon, 15 Apr 2019 18:51:57 +0100 Subject: [PATCH] Add gitattributes to try and update 'last modified' message --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d8047c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py filter=add_date_info -- GitLab