forked from mongo-express/mongo-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with Bluemix and node specifics
- Loading branch information
1 parent
3d54845
commit 63b7434
Showing
1 changed file
with
71 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,84 @@ | ||
lib-cov | ||
# OS | ||
# =========== | ||
.DS_Store | ||
ehthumbs.db | ||
Icon? | ||
Thumbs.db | ||
|
||
# Node and related ecosystem | ||
# ========================== | ||
.nodemonignore | ||
.sass-cache/ | ||
node_modules/ | ||
public/lib/ | ||
app/tests/coverage/ | ||
.bower-*/ | ||
.idea/ | ||
coverage/ | ||
npm-debug.log | ||
|
||
# MEAN.js app and assets | ||
# ====================== | ||
public/dist/ | ||
uploads | ||
modules/users/client/img/profile/uploads | ||
config/env/local.js | ||
config/env/local-*.js | ||
*.pem | ||
|
||
# Ignoring MEAN.JS's gh-pages branch for documenation | ||
_site/ | ||
|
||
# General | ||
# ======= | ||
*.seed | ||
*.log | ||
*.csv | ||
*.dat | ||
*.out | ||
*.pid | ||
*.gz | ||
*.tmp | ||
*.bak | ||
*.swo | ||
*.swp | ||
|
||
launchConfigurations/ | ||
logs/ | ||
build/ | ||
lib-cov | ||
pids | ||
logs | ||
results | ||
|
||
node_modules | ||
npm-debug.log | ||
|
||
config.js | ||
admins.json | ||
|
||
# Sublime editor | ||
# ============== | ||
.sublime-project | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
||
# Eclipse project files | ||
# ===================== | ||
.project | ||
.settings/ | ||
.*.md.html | ||
.metadata | ||
*~.nib | ||
local.properties | ||
|
||
# IntelliJ | ||
# ======== | ||
*.iml | ||
|
||
# Cloud9 IDE | ||
# ========= | ||
.c9/ | ||
data/ | ||
mongod | ||
|
||
# Visual Studio | ||
# ========= | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln |