From 219b1250ba77b79f7aca17884f4122da1cb72de3 Mon Sep 17 00:00:00 2001 From: Jeffrey Priebe Date: Mon, 24 Feb 2020 09:04:31 -0800 Subject: [PATCH] Remote typings ignore from node gitignore (#3319) Similar to #2608, it's the defacto tsc way now for adding typings locally. --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c..83ada129 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -44,9 +44,6 @@ jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ -# TypeScript v1 declaration files -typings/ - # TypeScript cache *.tsbuildinfo