Browse Source

Remove typings ignore

Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types.
On the other hand the official Visual Studio ignore is not ignoring this folder.
pull/2608/head
Quique Fdez Guerra 6 years ago
parent
commit
2e7e0bb4f2
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      VisualStudio.gitignore

+ 0
- 3
VisualStudio.gitignore View File

@@ -259,9 +259,6 @@ FakesAssemblies/
.ntvs_analysis.dat
node_modules/

# TypeScript v1 declaration files
typings/

# Visual Studio 6 build log
*.plg


Loading…
Cancel
Save