Skip to content

Commit

Permalink
Git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tbondwilkinson committed Apr 30, 2016
1 parent d58da14 commit e9026f1
Show file tree
Hide file tree
Showing 250 changed files with 48 additions and 35,745 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var express = require('express');
var app = express();

app.get('/', function (req, res) {
res.send('Hello World!');
});

app.listen(5000, function () {
console.log('Listening on 5000');
});
1 change: 0 additions & 1 deletion node_modules/.bin/mime

This file was deleted.

170 changes: 0 additions & 170 deletions node_modules/accepts/HISTORY.md

This file was deleted.

23 changes: 0 additions & 23 deletions node_modules/accepts/LICENSE

This file was deleted.

135 changes: 0 additions & 135 deletions node_modules/accepts/README.md

This file was deleted.

Loading

0 comments on commit e9026f1

Please sign in to comment.