commit fa1b8652f124b974a55c64ddaa6f5da745034069 (tree) parent 40d78f07dee2ffab68abb9d6d1a9e27843df0fe0 Author: Tim Pope <code@tpope.net> Date: Tue, 17 Apr 2018 17:50:06 -0400 Add .gitattributes Diffstat:
| A | .gitattributes | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,2 @@ +.git* export-ignore +*.markdown export-ignore