Przeglądaj źródła

Merge pull request #2112 from bbodenmiller/patch-3

[Node/VisualStudio] ignore typings directory
Brendan Forster 8 lat temu
rodzic
commit
5b15028492
2 zmienionych plików z 7 dodań i 1 usunięć
  1. 3 0
      Node.gitignore
  2. 4 1
      VisualStudio.gitignore

+ 3 - 0
Node.gitignore

@@ -34,6 +34,9 @@ build/Release
 node_modules/
 jspm_packages/
 
+# Typescript v1 declaration files
+typings/
+
 # Optional npm cache directory
 .npm
 

+ 4 - 1
VisualStudio.gitignore

@@ -199,7 +199,6 @@ ClientBin/
 *.jfm
 *.pfx
 *.publishsettings
-node_modules/
 orleans.codegen.cs
 
 # Since there are multiple workflows, uncomment next line to ignore bower_components
@@ -234,6 +233,10 @@ FakesAssemblies/
 
 # Node.js Tools for Visual Studio
 .ntvs_analysis.dat
+node_modules/
+
+# Typescript v1 declaration files
+typings/
 
 # Visual Studio 6 build log
 *.plg