diff options
author | axtloss <axtlos@disroot.org> | 2024-01-25 12:05:32 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-01-25 12:05:32 +0100 |
commit | 085c6c2a32be55c03a0bd1d54122c25579d9a1e8 (patch) | |
tree | bbad93be4633288489bcf5cae194becc5f0a7389 /.idea/fsverify.iml | |
download | fsverify-085c6c2a32be55c03a0bd1d54122c25579d9a1e8.tar.gz fsverify-085c6c2a32be55c03a0bd1d54122c25579d9a1e8.tar.bz2 |
initial commit
Diffstat (limited to '.idea/fsverify.iml')
-rw-r--r-- | .idea/fsverify.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/fsverify.iml b/.idea/fsverify.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/.idea/fsverify.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 |