mirror of
https://github.com/mongodb/node-mongodb-native.git
synced 2026-03-27 00:18:33 +00:00
113 lines
1.5 KiB
Plaintext
113 lines
1.5 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.swp
|
|
*.tmp
|
|
*.dat
|
|
*.png
|
|
*.heapsnapshot
|
|
*.cpuprofile
|
|
*.heapprofile
|
|
*.dylib
|
|
*.so
|
|
test*.*
|
|
output
|
|
etc/docs/template/.hugo_build.lock
|
|
|
|
types
|
|
docs/gen
|
|
!docs/**/types
|
|
hugo
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
/data/
|
|
out/
|
|
docs/public
|
|
public/
|
|
.idea/
|
|
test_boot/
|
|
t.js
|
|
tmp.json
|
|
.DS_Store
|
|
test/benchmarks/performance-data
|
|
.nyc_output/
|
|
manual_tests/
|
|
docs/build
|
|
docs/Makefile
|
|
|
|
# xunit test output for CI
|
|
xunit.xml
|
|
|
|
# Directory for dbs
|
|
db
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
# Deployed apps should consider commenting this line out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
yarn.lock
|
|
lib/
|
|
*.tgz
|
|
*.d.ts
|
|
# type definition tests
|
|
!test/types
|
|
!global.d.ts
|
|
|
|
.vscode
|
|
output
|
|
|
|
expansion.yml
|
|
mo-expansion.yml
|
|
lb-expansion.yml
|
|
lb.env
|
|
|
|
# docs specific configuration
|
|
etc/docs/build
|
|
!docs
|
|
!docs/s/lib
|
|
!docs/s/js
|
|
!docs/s/img/*png
|
|
!docs/*/lib
|
|
!docs/**/*.png
|
|
!docs/**/*.css
|
|
!docs/**/*.js
|
|
.nvmrc
|
|
node_index.tab
|
|
node-artifacts
|
|
.npmrc
|
|
|
|
# AWS SAM generated
|
|
test/lambda/.aws-sam
|
|
test/lambda/env.json
|
|
|
|
# files generated by tooling in drivers-evergreen-tools
|
|
secrets-export.sh
|
|
secrets-export.fish
|
|
mo-expansion.sh
|
|
mo-expansion.yml
|
|
expansions.sh
|
|
uri.txt
|
|
|
|
.drivers-tools/
|
|
|
|
crypt_shared.sh
|
|
|
|
*keytab
|
|
driver.bundle.js
|
|
test/tools/runner/bundle/
|