Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit a08b398

Browse files
committedMar 8, 2016
fixed ignore files for visual studio code
1 parent e17aa85 commit a08b398

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ public
2121
docs/public
2222
public
2323
.nyc_output/
24+
typings/
25+
jsconfig.json
2426

2527
npm-debug.log
2628
node_modules

‎.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ performance/
2929
public/
3030
docs/public/
3131
.nyc_output/
32+
typings/
33+
jsconfig.json
3234

3335
external-libs/bson/build/
3436
external-libs/bson/build/.wafpickle-7

‎lib/topologies/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
"use strict";
22

33
var inherits = require('util').inherits
44
, f = require('util').format

0 commit comments

Comments
 (0)
This repository has been archived.