https://github.com/Automattic/mongoose
Raw File
Tip revision: 9970a6f21693a90c8c7c2d2c4adc58ff735de677 authored by Valeri Karpov on 14 November 2019, 15:35:19 UTC
chore: release 5.7.11
Tip revision: 9970a6f
.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/
.nyc_output/

tools/31*

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

# Visual Studio Code
.vscode

*.key

docs/*.html

# Webpack output
dist
test/files/main.js

package-lock.json

.config*
back to top