diff --git a/src/comp1110/.idea/.gitignore b/src/comp1110/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/src/comp1110/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/src/comp1110/.idea/misc.xml b/src/comp1110/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/src/comp1110/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/comp1110/.idea/modules.xml b/src/comp1110/.idea/modules.xml new file mode 100644 index 0000000..5c60633 --- /dev/null +++ b/src/comp1110/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/comp1110/comp1110.iml b/src/comp1110/comp1110.iml new file mode 100644 index 0000000..36d5d54 --- /dev/null +++ b/src/comp1110/comp1110.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file