https://github.com/Automattic/mongoose
Raw File
Tip revision: e31888255bc12315e7dc413fe16495169504e31f authored by Valeri Karpov on 24 November 2017, 18:06:09 UTC
chore: release 4.13.5
Tip revision: e318882
.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