Skip to content

Commit

Permalink
Update with Bluemix and node specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Jan 5, 2016
1 parent 3d54845 commit 63b7434
Showing 1 changed file with 71 additions and 7 deletions.
78 changes: 71 additions & 7 deletions .gitignore
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

0 comments on commit 63b7434

Please sign in to comment.