We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c357392 + 240e551 commit 5b15028Copy full SHA for 5b15028
Node.gitignore
@@ -34,6 +34,9 @@ build/Release
34
node_modules/
35
jspm_packages/
36
37
+# Typescript v1 declaration files
38
+typings/
39
+
40
# Optional npm cache directory
41
.npm
42
VisualStudio.gitignore
@@ -199,7 +199,6 @@ ClientBin/
199
*.jfm
200
*.pfx
201
*.publishsettings
202
-node_modules/
203
orleans.codegen.cs
204
205
# Since there are multiple workflows, uncomment next line to ignore bower_components
@@ -234,6 +233,10 @@ FakesAssemblies/
234
233
235
# Node.js Tools for Visual Studio
236
.ntvs_analysis.dat
+node_modules/
237
238
239
240
241
# Visual Studio 6 build log
242
*.plg
0 commit comments