From 2e7e0bb4f2681aa45b01db9b5f011cafd563a9da Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Thu, 22 Feb 2018 18:09:53 +0100 Subject: [PATCH] Remove typings ignore Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c49041ff..8e930f59 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -259,9 +259,6 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# TypeScript v1 declaration files -typings/ - # Visual Studio 6 build log *.plg