https://github.com/Automattic/mongoose
Raw File
Tip revision: 3c7ae7a37aa5f663f080e624d2074f636d709f81 authored by Valeri Karpov on 04 January 2022, 16:53:58 UTC
chore: release 6.1.5
Tip revision: 3c7ae7a
.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

# Webpack output
dist
test/files/main.js

package-lock.json

.config*

# Compiled docs
docs/*.html
docs/tutorials/*.html
docs/typescript/*.html
docs/api/*.html
index.html
back to top