https://github.com/Automattic/mongoose
Raw File
Tip revision: 98f16e541cb720d80a0afb1941252b2a864dec25 authored by Valeri Karpov on 24 October 2016, 02:00:07 UTC
chore: release 4.6.5
Tip revision: 98f16e5
.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