Skip to content

Commit b414451

Browse files
authored
ignore typings directory
1 parent afbff90 commit b414451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ ClientBin/
196196
*.jfm
197197
*.pfx
198198
*.publishsettings
199-
node_modules/
200199
orleans.codegen.cs
201200

202201
# Since there are multiple workflows, uncomment next line to ignore bower_components
@@ -231,6 +230,8 @@ FakesAssemblies/
231230

232231
# Node.js Tools for Visual Studio
233232
.ntvs_analysis.dat
233+
node_modules/
234+
typings/
234235

235236
# Visual Studio 6 build log
236237
*.plg

0 commit comments

Comments
 (0)