Added IntellIJ iml file to gitignore
Added missing connect-flash package
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ tmp
|
||||
npm-debug.log
|
||||
node_modules
|
||||
.idea
|
||||
*.iml
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
"dependencies": {
|
||||
"async": "*",
|
||||
"bcrypt": "*",
|
||||
"connect-flash": "*",
|
||||
"express": "*",
|
||||
"forever": "*",
|
||||
"fb": "*",
|
||||
|
Reference in New Issue
Block a user