json/.gitignore
Fabian Meumertzheim cec4630c2d Setup for inclusion in the Bazel Central Registry
By adding a MODULE.bazel file, this library becomes usable with Bazel's
new external dependency management system Bzlmod.

The new tests are run when a new version is included in the Bazel
Central Registry and verify that the basic functionality works with the
provided Bazel setup.

See:
https://bazel.build/build/bzlmod
2022-11-01 09:34:59 +01:00

43 lines
616 B
Plaintext

*.dSYM
*.o
*.gcno
*.gcda
.DS_Store
.wsjcpp-logs/*
.wsjcpp/*
/.idea
/cmake-build-*
# Visual Studio / Visual Studio Code
/.vs/
/.vscode/
/out/
# clangd cache
/.cache/
# build directories (vscode-cmake-tools, user-defined, ...)
/build*/
bazel-*
# fuzzers
/tests/corpus_*
/tests/parse_*_fuzzer
# documentation
/docs/docset/docSet.dsidx
/docs/docset/JSON_for_Modern_C++.docset/
/docs/docset/JSON_for_Modern_C++.tgz
/docs/mkdocs/docs/__pycache__/
/docs/mkdocs/docs/examples/
/docs/mkdocs/docs/images/json.gif
/docs/mkdocs/site/
/docs/mkdocs/venv/
# serve_header
/localhost.pem
/localhost-key.pem
/serve_header.yml