diff options
| author | 2024-12-18 19:36:04 -0600 | |
|---|---|---|
| committer | 2024-12-18 19:42:40 -0600 | |
| commit | d47b7563dfd5b0a163e2a912a10b5ea432bb8c89 (patch) | |
| tree | f9d2af3b8a6536d4a76661f69b32129f4ce362f9 /.idea/o3launcher.iml | |
| parent | more stuff (diff) | |
implement version list
Diffstat (limited to '.idea/o3launcher.iml')
| -rw-r--r-- | .idea/o3launcher.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/o3launcher.iml b/.idea/o3launcher.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/.idea/o3launcher.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 |
