Revision 09bc1a99c7d2eec9487dee7ce06e95426e2a6b55 authored by Valeri Karpov on 23 May 2019, 12:08:34 UTC, committed by Valeri Karpov on 23 May 2019, 12:08:34 UTC
1 parent 4d09963
Raw File
.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