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/multiwan-dyndns.iml | |
first pass at ip service w/ happy path test and basic configuration
Diffstat (limited to '.idea/multiwan-dyndns.iml')
| -rw-r--r-- | .idea/multiwan-dyndns.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/multiwan-dyndns.iml b/.idea/multiwan-dyndns.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/.idea/multiwan-dyndns.iml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="EMPTY_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |
