From: Brendan Forster Date: Thu, 2 Feb 2017 10:57:45 +0000 (+0100) Subject: added comment for typings directory X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=60f46f95a7931efbaae0b47cadaebc54672d23db;p=gitignore.git added comment for typings directory --- 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