diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..30aa626
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..b2b40bb
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GitTest/src/Main.java b/GitTest/src/Main.java
index 14b4345..c434f61 100644
--- a/GitTest/src/Main.java
+++ b/GitTest/src/Main.java
@@ -6,6 +6,7 @@
System.out.println("branch2 ��branch1�Ƌ�������C�����s��");
System.out.println("master���ŋ������������ꂽ�̂������܂�branch2�ł��X�ɕύX");
System.out.println("master���ŋ������������ꂽ�̂������܂�branch1�ōX�ɕύX");
+ System.out.println("�����ޓ�");
}
}