https://github.com/Automattic/mongoose
Raw File
Tip revision: ee1987eab5b5d47bc7bb2e6736d77d506970a92d authored by Valeri Karpov on 23 July 2017, 17:36:02 UTC
chore: release 4.11.4
Tip revision: ee1987e
.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

tools/31*

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

# Visual STudio Code
.vscode

*.key

docs/*.html
back to top