From b7b113c26bafb58fb8b64ac352c55b2128a563d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Brodin=20=C3=98stby?= <larsbost@stud.ntnu.no> Date: Mon, 2 Mar 2020 10:34:15 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 13 +++++++++++++ .idea/compiler.xml | 1 + .idea/workspace.xml | 1 + 3 files changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..aedd1393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Eclipse +.classpath +.project +.settings/ +# Intellij +.idea/ +*.iml +*.iws +# Mac +.DS_Store +# Maven +log/ +target/ \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 3267a655..c35b0393 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,6 +6,7 @@ <sourceOutputDir name="target/generated-sources/annotations" /> <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> <outputRelativeToContentRoot value="true" /> + <module name="team-14-software-engineering" /> <module name="Prosjekt" /> </profile> </annotationProcessing> diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2f80bd24..fa81ed92 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,6 +24,7 @@ <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="aspect.path.notification.shown" value="true" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> </component> <component name="RunDashboard"> <option name="ruleStates"> -- GitLab