diff options
author | Brendan Forster <brendan@github.com> | 2017-02-02 11:59:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 11:59:53 +0100 |
commit | 240e551d83aed50173b887ede49dd7c105acd613 (patch) | |
tree | 77fb27bf80b691d7ad442b6c1896375bce76adc3 /VisualStudio.gitignore | |
parent | 60f46f95a7931efbaae0b47cadaebc54672d23db (diff) | |
download | gitignore-240e551d83aed50173b887ede49dd7c105acd613.tar.gz gitignore-240e551d83aed50173b887ede49dd7c105acd613.zip |
added comment about typings directory
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |