From 66052b57c8a64cf5d81c327cdf552a611eac4aad Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 6 Jan 2017 11:36:55 +0100 Subject: [PATCH] Only ignore typings directory, not typings.json --- frontend/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 0fb3d02ffd..75d2b429f7 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -36,7 +36,7 @@ jspm_packages # Optional REPL history .node_repl_history -typings* +typings/ # Built dist