Skip to content

Commit 5b15028

Browse files
authored
Merge pull request #2112 from bbodenmiller/patch-3
[Node/VisualStudio] ignore typings directory
2 parents c357392 + 240e551 commit 5b15028

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ build/Release
3434
node_modules/
3535
jspm_packages/
3636

37+
# Typescript v1 declaration files
38+
typings/
39+
3740
# Optional npm cache directory
3841
.npm
3942

VisualStudio.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ ClientBin/
199199
*.jfm
200200
*.pfx
201201
*.publishsettings
202-
node_modules/
203202
orleans.codegen.cs
204203

205204
# Since there are multiple workflows, uncomment next line to ignore bower_components
@@ -234,6 +233,10 @@ FakesAssemblies/
234233

235234
# Node.js Tools for Visual Studio
236235
.ntvs_analysis.dat
236+
node_modules/
237+
238+
# Typescript v1 declaration files
239+
typings/
237240

238241
# Visual Studio 6 build log
239242
*.plg

0 commit comments

Comments
 (0)