diff options
author | Minteck <contact@minteck.org> | 2022-01-21 19:08:31 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-21 19:08:31 +0100 |
commit | b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4 (patch) | |
tree | c8894a68971b3d17220a13a153b98d1b2bd2e5d8 /.idea/DocCMS.iml | |
parent | 3a04cb197f152f171fba679663a91a9bb61d710e (diff) | |
download | cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.tar.gz cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.tar.bz2 cobalt-b0e05b2a7ba1c0683c376c192d7d3abcbad2a0f4.zip |
Fix issue with Android (and potentially Linux)
Diffstat (limited to '.idea/DocCMS.iml')
-rw-r--r-- | .idea/DocCMS.iml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.idea/DocCMS.iml b/.idea/DocCMS.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/DocCMS.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 |