From 0f5e7a7b81c3a818d1520cac1f0447b0b2dd9252 Mon Sep 17 00:00:00 2001 From: Peter Hertkorn <peter.hertkorn@reutlingen-university.de> Date: Sun, 5 May 2024 22:43:50 +0200 Subject: [PATCH] update gitignore --- entwurfsmuster.iml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 entwurfsmuster.iml diff --git a/entwurfsmuster.iml b/entwurfsmuster.iml new file mode 100644 index 0000000..8c84bd0 --- /dev/null +++ b/entwurfsmuster.iml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + <excludeFolder url="file://$MODULE_DIR$/bin" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="javax.inject-1" level="project" /> + <orderEntry type="library" name="aliens_3rdparty" level="project" /> + </component> + <component name="sonarModuleSettings"> + <option name="alternativeWorkingDirPath" value="" /> + <option name="localAnalysisScripName" value="<PROJECT>" /> + <option name="serverName" value="<PROJECT>" /> + <option name="useAlternativeWorkingDir" value="false" /> + <option name="workingDirSelection" value="<MODULE>" /> + </component> +</module> \ No newline at end of file -- GitLab