mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
Ignore output directory (#3572)
* Ignore output directory * Update .gitignore Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com> Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,9 +9,10 @@
|
||||
|
||||
/.idea
|
||||
/cmake-build-*
|
||||
|
||||
# Visual Studio Code
|
||||
/.vs/
|
||||
/.vscode/
|
||||
/out/
|
||||
|
||||
# clangd cache
|
||||
/.cache/
|
||||
|
||||
Reference in New Issue
Block a user