From 4802852730800889be5b653706108e4df4679107 Mon Sep 17 00:00:00 2001 From: Eilert Tunheim <emtunhei@stud.ntnu.no> Date: Thu, 17 Feb 2022 14:23:57 +0100 Subject: [PATCH] Added .gitignore --- .idea/misc.xml | 9 ++------- .idea/modules.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 .idea/modules.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 132404b..89e42c1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,12 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="ExternalStorageConfigurationManager" enabled="true" /> - <component name="MavenProjectsManager"> - <option name="originalFiles"> - <list> - <option value="$PROJECT_DIR$/pom.xml" /> - </list> - </option> + <component name="ProjectKey"> + <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" /> </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..20d1c28 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/Bachelor_application.iml" filepath="$PROJECT_DIR$/Bachelor_application.iml" /> + </modules> + </component> +</project> \ No newline at end of file -- GitLab