add /out to gitignore

This commit is contained in:
Xymorot 2019-03-10 20:51:21 +01:00
parent cfad2edb33
commit dc7a3836a2
4 changed files with 4 additions and 17 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
# npm
node_modules
# generated code
/out

View File

@ -1,4 +1,5 @@
## Hello There
- copy contents of ```.env.template``` to ```.env``` and fill values
- ```npm build```
- ```npm start```

View File

@ -1,16 +0,0 @@
"use strict";
exports.__esModule = true;
var dotenv = require("dotenv");
var http = require("http");
dotenv.config({});
var hostname = "127.0.0.1";
var port = 3000;
var server = http.createServer(function (req, res) {
res.statusCode = 200;
res.setHeader("Content-Type", "text/plain");
res.end("Hello World\n");
});
server.listen(port, hostname, function () {
console.log("Server running at http://" + hostname + ":" + port + "/");
});
//# sourceMappingURL=index.js.map

View File

@ -1 +0,0 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,+BAAiC;AACjC,2BAA6B;AAE7B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAElB,IAAM,QAAQ,GAAG,WAAW,CAAC;AAC7B,IAAM,IAAI,GAAG,IAAI,CAAC;AAElB,IAAM,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,UAAC,GAAG,EAAE,GAAG;IACxC,GAAG,CAAC,UAAU,GAAG,GAAG,CAAC;IACrB,GAAG,CAAC,SAAS,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;IAC5C,GAAG,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAC3B,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,QAAQ,EAAE;IAC5B,OAAO,CAAC,GAAG,CAAC,8BAA4B,QAAQ,SAAI,IAAI,MAAG,CAAC,CAAC;AAC/D,CAAC,CAAC,CAAC"}