Rename all root files with bson_ prefix, for better org, add readme, add .gitignore
This commit is contained in:
parent
4b4cceb81c
commit
a91514125a
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
.vscode
|
||||
debug
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
driver-test-data.tar.gz
|
||||
perf
|
||||
perf.json
|
||||
perf.suite
|
||||
**mongocryptd.pid
|
||||
*.test
|
||||
.DS_Store
|
||||
install
|
||||
main.so
|
||||
.cache
|
||||
install
|
||||
libmongocrypt
|
||||
venv
|
||||
test.suite
|
||||
go.work.sum
|
||||
.task
|
||||
env.sh
|
||||
expansion.yml
|
||||
|
||||
# AWS SAM-generated files
|
||||
internal/cmd/faas/awslambda/.aws-sam
|
||||
internal/cmd/faas/awslambda/events/event.json
|
||||
|
||||
# Ignore compiled binaries from the compilecheck
|
||||
internal/cmd/compilecheck/compilecheck
|
||||
internal/cmd/compilecheck/compilecheck.so
|
||||
|
||||
# Ignore api report files
|
||||
api-report.md
|
||||
api-report.txt
|
||||
|
||||
# Ignore secrets files
|
||||
secrets-expansion.yml
|
||||
secrets-export.sh
|
||||
.test.env
|
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
# BSON Go
|
||||
|
||||
The BSON implementation for Go.
|
||||
|
||||
*This repository has been extracted from the official [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) (starting from release/2.1)*
|
||||
|
||||
An easy package useful when using BSON in a context unrelated to MongoDB.
|
||||
|
||||
## License
|
||||
|
||||
The MongoDB Go Driver is licensed under the [Apache License](LICENSE).
|
Loading…
x
Reference in New Issue
Block a user