https://github.com/Automattic/mongoose
Raw File
Tip revision: 8e5bd8bb783c150499a89e1bc2f4735e0eface90 authored by Valeri Karpov on 16 November 2017, 06:10:31 UTC
chore: now working on 4.13.3
Tip revision: 8e5bd8b
.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