Skip to content

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ugobriasco committed Dec 22, 2016
1 parent 64bd4aa commit 72f33b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coverage
build/Release

# Dependency directories

node_modules
jspm_packages

# Optional npm cache directory
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//vendor
var express = require('express'),
mongoose = require('mongoose'),
path = require('path'),
path = require('path'),
bodyParser = require('body-parser'),
passport = require('passport');

Expand Down

0 comments on commit 72f33b0

Please sign in to comment.