diff options
author | Minteck <contact@minteck.org> | 2022-01-06 22:20:22 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-06 22:20:22 +0100 |
commit | e41f05b77fe8d757d8acd6a638d7f2b28155e4e3 (patch) | |
tree | e2fe749ed5e05760ab0877d6b7b9c7bbdca1dcf3 /.idea/PonyDB.iml | |
download | ponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.tar.gz ponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.tar.bz2 ponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.zip |
Initial commit
Diffstat (limited to '.idea/PonyDB.iml')
-rw-r--r-- | .idea/PonyDB.iml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.idea/PonyDB.iml b/.idea/PonyDB.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/PonyDB.iml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/temp" /> + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> + <excludeFolder url="file://$MODULE_DIR$/tmp" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |