https://github.com/Automattic/mongoose
Raw File
Tip revision: c86ef79c5d351510010fd3a23b6c204897c20704 authored by Valeri Karpov on 30 September 2017, 21:22:24 UTC
chore: release 4.11.14
Tip revision: c86ef79
.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