https://github.com/Automattic/mongoose
Raw File
Tip revision: 236095a44e979ebaf84c95b8c70a32598ac9126f authored by Valeri Karpov on 28 December 2017, 17:14:03 UTC
chore: release 5.0.0-rc0
Tip revision: 236095a
.gitignore
lib-cov
**.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
.DS_Store
docs/*.json
docs/source/_docs
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log
data/

tools/31*

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln

# Visual STudio Code
.vscode

*.key

docs/*.html
back to top