From b414451e5532dbd37f89d116a4df25ce52bc6e5e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 18:07:02 -0700 Subject: [PATCH 1/4] ignore typings directory --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc2..af08e1f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -196,7 +196,6 @@ ClientBin/ *.jfm *.pfx *.publishsettings -node_modules/ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components @@ -231,6 +230,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat +node_modules/ +typings/ # Visual Studio 6 build log *.plg From 3bf3203c4fb5ad87ec3336fc01095f56fde5508e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 19:31:20 -0700 Subject: [PATCH 2/4] add typings --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f9..05c7f177 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -30,6 +30,7 @@ build/Release # Dependency directories node_modules jspm_packages +typings # Optional npm cache directory .npm From 60f46f95a7931efbaae0b47cadaebc54672d23db Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:57:45 +0100 Subject: [PATCH 3/4] added comment for typings directory --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9ddf79c1..38ac77e4 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -33,6 +33,8 @@ build/Release # Dependency directories node_modules/ jspm_packages/ + +# Typescript v1 declaration files typings/ # Optional npm cache directory From 240e551d83aed50173b887ede49dd7c105acd613 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:59:53 +0100 Subject: [PATCH 4/4] added comment about typings directory --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d843cd5..8054980d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -234,6 +234,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ + +# Typescript v1 declaration files typings/ # Visual Studio 6 build log