From 294603907fbb056c8ede2f7e2b8baf7dc823f462 Mon Sep 17 00:00:00 2001 From: Jeffrey Priebe Date: Fri, 21 Feb 2020 15:10:37 -0800 Subject: [PATCH] Remote typings ignore from node gitignore 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 3d88bf0c4c..83ada12929 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