https://github.com/Automattic/mongoose
Raw File
Tip revision: e2effa6ff4068a54c0c47de00fb4ccf51f431d56 authored by Valeri Karpov on 18 July 2016, 13:56:50 UTC
chore: release 4.5.5
Tip revision: e2effa6
.gitignore
lib-cov
**.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
.DS_Store
docs/*.json
docs/source/_docs
docs/*.html
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln
back to top