From a05d97faf4123899d8cec5ba12751d9e9f46aa31 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sat, 24 Sep 2016 11:34:09 -0700 Subject: [PATCH] Don't include .hhconfig in git export results A .hhconfig inside vendor/ makes nuclide unhappy if you open up something relevant --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2a0e9d26..fec312c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ tests/ export-ignore +.hhconfig export-ignore