Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
Changes
=======
* Update origin to_json() to include server_group option
* Change .ignore to ignore all jetbrains things (.idea)
  • Loading branch information
thejcfactor authored and avsej committed Jan 14, 2025
1 parent 555a5b4 commit 4a9478a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
/build/
/cmake-build-*/
/cmake-build-report.tar.gz
/.idea/vcs.xml
/.idea/workspace.xml
/.idea/editor.xml
/.idea/sonarlint
/.idea
/.cache
/.vs
/.vscode
Expand Down
1 change: 1 addition & 0 deletions core/origin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ origin::to_json() const -> std::string
{ "metrics_options", options_.metrics_options },
{ "tracing_options", options_.tracing_options },
{ "transactions_options", options_.transactions },
{ "server_group", options_.server_group },
#endif
},
},
Expand Down

0 comments on commit 4a9478a

Please sign in to comment.