mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 03:44:06 +08:00
Add serve_header.py for rapid testing on Compiler Explorer (#3456)
This commit is contained in:
committed by
GitHub
parent
b21c345179
commit
0c698b75cc
14
.gitignore
vendored
14
.gitignore
vendored
@@ -10,7 +10,14 @@
|
||||
/.idea
|
||||
/cmake-build-*
|
||||
|
||||
/.vs
|
||||
/.vs/
|
||||
/.vscode/
|
||||
|
||||
# clangd cache
|
||||
/.cache/
|
||||
|
||||
# build directories (vscode-cmake-tools, user-defined, ...)
|
||||
/build*/
|
||||
|
||||
/docs/mkdocs/docs/examples/
|
||||
/docs/mkdocs/docs/__pycache__/
|
||||
@@ -19,3 +26,8 @@
|
||||
/docs/docset/JSON_for_Modern_C++.docset/
|
||||
/docs/docset/JSON_for_Modern_C++.tgz
|
||||
/docs/mkdocs/docs/images/json.gif
|
||||
|
||||
# serve_header
|
||||
/serve_header.yml
|
||||
/localhost.pem
|
||||
/localhost-key.pem
|
||||
|
||||
Reference in New Issue
Block a user