From e1f43bb48b23338ce103dc92a53a13e72021299d Mon Sep 17 00:00:00 2001 From: Gus Power Date: Sun, 11 May 2025 15:16:58 +0100 Subject: first pass at ip service w/ happy path test and basic configuration --- .idea/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .idea/.gitignore (limited to '.idea/.gitignore') diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml -- cgit v1.2.3