From 0ab8c168d98ec2688a1bf366c26cf8fec98bf38c Mon Sep 17 00:00:00 2001 From: Eilert Tunheim <emtunhei@stud.ntnu.no> Date: Mon, 14 Feb 2022 14:02:50 +0100 Subject: [PATCH] initial intellij project --- .idea/.gitignore | 8 ++++++++ .idea/description.html | 1 + .idea/encodings.xml | 6 ++++++ .idea/misc.xml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/project-template.xml | 3 +++ .idea/vcs.xml | 6 ++++++ out/production/repo/com/company/Main.class | Bin 0 -> 540 bytes repo.iml | 12 ++++++++++++ src/com/company/Main.java | 8 ++++++++ 10 files changed, 64 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/vcs.xml create mode 100644 out/production/repo/com/company/Main.class create mode 100644 repo.iml create mode 100644 src/com/company/Main.java diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +<html>Simple <b>Java</b> application that includes a class with <code>main()</code> method</html> \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding"> + <file url="PROJECT" charset="UTF-8" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2fc6c34 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="EntryPointsManager"> + <entry_points version="2.0" /> + </component> + <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" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c8495c6 --- /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$/repo.iml" filepath="$PROJECT_DIR$/repo.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ +<template> + <input-field default="com.company">IJ_BASE_PACKAGE</input-field> +</template> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/out/production/repo/com/company/Main.class b/out/production/repo/com/company/Main.class new file mode 100644 index 0000000000000000000000000000000000000000..fe21581591329ec1fb763458143c792995feda47 GIT binary patch literal 540 zcmX^0Z`VEs1_l!bB`yXw1`$pMQ3f#%25~M12?j}a1}Sz1X+{P%o6Nk-5<5l)W)00S zMg|t={FGEi27aH+yi~u^+@#c^ki?{%R7M6NpZw&+oUp{AOb{O`$WoG#Sqzd(&d=3P z&d)7K%&XM*P0Y-*W@KQ=P0Y+=WDwJc_Q^^tOVrOv%uCk~E-A{)OScBwlvtEr%*Y^& zMVgU;D>%QjC^^+F6J#|f$V5GmAv_H13>@qXGCT~j404PNJRYezIr$3Z`9(P?itG&X zJPZm9ii`{b=&oU85CG|hIKe+DD>b<UMJTwkxFj`~k%2kCw1kmC6yn~@eEoo;%)FA| zlA_eaTx&)KVXzsf!i)^;1t3K^d5jFA8W4@B9%WEuU}a!q00AZjMv(g%7#TPj7#Q>! z7#SED7#LW!wlgqpWME)mV&Gz6U|<6aGBa>9Ffj0d*{lpa47>~s44e#n4E#{d<_sXi q7#KJ=F)#@+Z)0FV7{JBA1U80)fgQ;ZP6h!6K?Vi}Mg}3URl)#?H*iz{ literal 0 HcmV?d00001 diff --git a/repo.iml b/repo.iml new file mode 100644 index 0000000..d5c0743 --- /dev/null +++ b/repo.iml @@ -0,0 +1,12 @@ +<?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" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> + diff --git a/src/com/company/Main.java b/src/com/company/Main.java new file mode 100644 index 0000000..4582a95 --- /dev/null +++ b/src/com/company/Main.java @@ -0,0 +1,8 @@ +package com.company; + +public class Main { + + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} -- GitLab