https://github.com/Automattic/mongoose
Raw File
Tip revision: cad0fe2d53bc9fdac079cc1d99c85577e4f9ab57 authored by Valeri Karpov on 16 February 2017, 04:08:26 UTC
chore: release 4.8.3
Tip revision: cad0fe2
.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

# Visual STudio Code
.vscode
back to top