From 0add8188ae0864014b7b93cbe6554f98ff35f8e8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 11 Jun 2016 08:19:17 -0700 Subject: Add git template directory --- template/config | 3 +++ template/info/sparse-checkout | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 template/config create mode 100644 template/info/sparse-checkout (limited to 'template') diff --git a/template/config b/template/config new file mode 100644 index 00000000..0a010eff --- /dev/null +++ b/template/config @@ -0,0 +1,3 @@ +[core] + sharedRepository = 0600 + sparseCheckout = true diff --git a/template/info/sparse-checkout b/template/info/sparse-checkout new file mode 100644 index 00000000..3dbef29d --- /dev/null +++ b/template/info/sparse-checkout @@ -0,0 +1,3 @@ +* +!/.perms +!/LICENSE -- cgit v1.2.3