diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
| commit | e1f43bb48b23338ce103dc92a53a13e72021299d (patch) | |
| tree | 132b138b0d1e5b003dd8343ca9462180ab86576f /.idea/.gitignore | |
first pass at ip service w/ happy path test and basic configuration
Diffstat (limited to '.idea/.gitignore')
| -rw-r--r-- | .idea/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
