weareopensource/Node

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# 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/
.coveralls.yml
 
# waos Node app and assets
# ======================
public/dist/
public/swagger.yml
config/env/local.js
config/env/local-*.js
*.pem
 
# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/
 
# 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