Browse Source

Remote typings ignore from node gitignore (#3319)

Similar to #2608, it's the defacto tsc way now for adding typings locally.
pull/3320/head
Jeffrey Priebe 4 years ago
parent
commit
219b1250ba
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Node.gitignore

+ 0
- 3
Node.gitignore View File

@@ -44,9 +44,6 @@ jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo


Loading…
Cancel
Save